We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4240fc7 commit 069b357Copy full SHA for 069b357
demo.py
@@ -28,7 +28,7 @@
28
29
# 예측 결과 저장
30
step = 0
31
- result_dir = os.path.join('demo', model_name)
+ result_dir = os.path.join('demo', model_name.lower())
32
groundtruth_dir = os.path.join('demo', 'groundtruth')
33
os.makedirs(result_dir, exist_ok=True)
34
os.makedirs(groundtruth_dir, exist_ok=True)
0 commit comments