소스 검색

fix a bug in num_gts

yjh0410 1 년 전
부모
커밋
6ed46e51e9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      engine.py

+ 0 - 1
engine.py

@@ -1306,7 +1306,6 @@ class RTRTrainer(object):
 
             # xyxy -> cxcybwbh
             targets = self.box_xyxy_to_cxcywh(targets)
-            print(targets)
                 
             # Visualize train targets
             if self.args.vis_tgt: