FlyingQianMM hace 5 años
padre
commit
dadd35efb2
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      paddlex/cv/nets/detection/yolo_v3.py

+ 0 - 1
paddlex/cv/nets/detection/yolo_v3.py

@@ -483,7 +483,6 @@ class YOLOv3:
         return inputs
 
     def build_net(self, inputs):
-        import numpy as np
         image = inputs['image']
         feats = self.backbone(image)
         if isinstance(feats, OrderedDict):