RenLiqiang 5 ماه پیش
والد
کامیت
55050f283a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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())