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 61a28f8 commit 460408aCopy full SHA for 460408a
demo.py
@@ -32,7 +32,7 @@
32
33
# 예측 결과 저장
34
step = 0
35
- result_dir = os.path.join('demo', config['model'])
+ result_dir = os.path.join('demo', config['model'].lower())
36
groundtruth_dir = os.path.join('demo', 'groundtruth')
37
os.makedirs(result_dir, exist_ok=True)
38
os.makedirs(groundtruth_dir, exist_ok=True)
0 commit comments