Quellcode durchsuchen

chore: 删除临时输出

jingze_cheng vor 7 Monaten
Ursprung
Commit
b8d49d5a45
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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):