Explorar el Código

fix a bug in num_gts

yjh0410 hace 1 año
padre
commit
6ed46e51e9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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: