소스 검색

Merge pull request #976 from muare/patch-1

fix to use the script pass-in args save_dir
FlyingQianMM 4 년 전
부모
커밋
be96204311
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      examples/industrial_quality_inspection/compare.py

+ 1 - 1
examples/industrial_quality_inspection/compare.py

@@ -157,4 +157,4 @@ if __name__ == '__main__':
 
     print(
         "The visualized ground-truths and predictions are saved in {}. Ground-truth is on the left, prediciton is on the right".
-        format(save_dir))
+        format(args.save_dir))