RenLiqiang hai 5 meses
pai
achega
55050f283a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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())