Browse Source

fix a bug in num_gts

yjh0410 1 year ago
parent
commit
6ed46e51e9
1 changed files with 0 additions and 1 deletions
  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: