浏览代码

delete numpy

FlyingQianMM 5 年之前
父节点
当前提交
dadd35efb2
共有 1 个文件被更改,包括 0 次插入1 次删除
  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):