Browse Source

调试gt_arc

RenLiqiang 5 tháng trước cách đây
mục cha
commit
55050f283a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      models/line_detect/line_detect.py

+ 1 - 1
models/line_detect/line_detect.py

@@ -445,7 +445,7 @@ def linedetect_maxvitfpn(
     if num_points is None:
         num_points = 3
 
-    size=224*4
+    size=224
 
     maxvit = MaxVitBackbone(input_size=(size,size))
     # print(maxvit.named_children())