Skip to content

Commit 069b357

Browse files
committed
demo: Change result directory name
1 parent 4240fc7 commit 069b357

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
@@ -28,7 +28,7 @@
2828

2929
# 예측 결과 저장
3030
step = 0
31-
result_dir = os.path.join('demo', model_name)
31+
result_dir = os.path.join('demo', model_name.lower())
3232
groundtruth_dir = os.path.join('demo', 'groundtruth')
3333
os.makedirs(result_dir, exist_ok=True)
3434
os.makedirs(groundtruth_dir, exist_ok=True)

0 commit comments

Comments
 (0)