Browse Source

chore: 删除临时输出

jingze_cheng 7 months ago
parent
commit
b8d49d5a45
1 changed files with 0 additions and 2 deletions
  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):