RenLiqiang hace 5 meses
padre
commit
55050f283a
Se han modificado 1 ficheros con 1 adiciones y 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())