소스 검색

update test.py

5.0
Glenn Jocher 4 년 전
부모
커밋
1ce686edfc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      test.py

+ 1
- 1
test.py 파일 보기

@@ -236,7 +236,7 @@ if __name__ == '__main__':
parser.add_argument('--merge', action='store_true', help='use Merge NMS')
parser.add_argument('--verbose', action='store_true', help='report mAP by class')
opt = parser.parse_args()
opt.save_json = opt.save_json or opt.data.endswith('coco.yaml')
opt.save_json |= opt.data.endswith('coco.yaml')
opt.data = check_file(opt.data) # check file
print(opt)


Loading…
취소
저장