提交 822656da 编写于 作者: W wuzewu

Fix typo

上级 9b82f2fb
......@@ -27,7 +27,7 @@ from yolov3_resnet34_coco2017.yolo_head import MultiClassNMS, YOLOv3Head
"Baidu's YOLOv3 model for object detection with backbone ResNet34, trained with dataset coco2017.",
author="paddlepaddle",
author_email="paddle-dev@baidu.com")
class YOLOv3DarkNet53Coco2017(hub.Module):
class YOLOv3ResNet34Coco2017(hub.Module):
def _initialize(self):
self.default_pretrained_model_path = os.path.join(
self.directory, "yolov3_resnet34_model")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册