소스 검색

chore: 删除临时输出

jingze_cheng 8 달 전
부모
커밋
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):