提交 dadd35ef 编写于 作者: F FlyingQianMM

delete numpy

上级 03eb1be1
...@@ -483,7 +483,6 @@ class YOLOv3: ...@@ -483,7 +483,6 @@ class YOLOv3:
return inputs return inputs
def build_net(self, inputs): def build_net(self, inputs):
import numpy as np
image = inputs['image'] image = inputs['image']
feats = self.backbone(image) feats = self.backbone(image)
if isinstance(feats, OrderedDict): if isinstance(feats, OrderedDict):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册