jingze_cheng пре 7 месеци
родитељ
комит
b8d49d5a45
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      core/post_process.py

+ 0 - 2
core/post_process.py

@@ -41,8 +41,6 @@ def merge_boxes_list(
         nt = t / img_h
         nr = r / img_w
         nb = b / img_h
-        print(ltrb)
-        print(img_h, img_w)
         return [nl, nt, nr, nb]
 
     def nltrb_to_ltrb(nltrb, img_w, img_h):