ソースを参照

chore: 删除临时输出

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):