Skip to content

Commit 460408a

Browse files
committed
demo: Change result directory
1 parent 61a28f8 commit 460408a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# 예측 결과 저장
3434
step = 0
35-
result_dir = os.path.join('demo', config['model'])
35+
result_dir = os.path.join('demo', config['model'].lower())
3636
groundtruth_dir = os.path.join('demo', 'groundtruth')
3737
os.makedirs(result_dir, exist_ok=True)
3838
os.makedirs(groundtruth_dir, exist_ok=True)

0 commit comments

Comments
 (0)