|
@@ -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):
|