From ae9edc1c987f514b82daeb6f5bdae00b1e01fb88 Mon Sep 17 00:00:00 2001 From: wuzewu Date: Fri, 8 May 2020 00:01:05 +0800 Subject: [PATCH] Update detection module --- .../object_detection/yolov3_darknet53_venus/module.py | 2 +- hub_module/scripts/configs/yolov3_darknet53_venus.yml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hub_module/modules/image/object_detection/yolov3_darknet53_venus/module.py b/hub_module/modules/image/object_detection/yolov3_darknet53_venus/module.py index be08e87c..29df4f4a 100644 --- a/hub_module/modules/image/object_detection/yolov3_darknet53_venus/module.py +++ b/hub_module/modules/image/object_detection/yolov3_darknet53_venus/module.py @@ -21,7 +21,7 @@ from yolov3_darknet53_venus.yolo_head import MultiClassNMS, YOLOv3Head @moduleinfo( name="yolov3_darknet53_venus", - version="1.1.0", + version="1.0.0", type="CV/object_detection", summary= "Baidu's YOLOv3 model for object detection, with backbone DarkNet53, trained with Baidu self-built dataset.", diff --git a/hub_module/scripts/configs/yolov3_darknet53_venus.yml b/hub_module/scripts/configs/yolov3_darknet53_venus.yml index 69360be6..fed10946 100644 --- a/hub_module/scripts/configs/yolov3_darknet53_venus.yml +++ b/hub_module/scripts/configs/yolov3_darknet53_venus.yml @@ -1,7 +1,7 @@ name: yolov3_darknet53_venus dir: "modules/image/object_detection/yolov3_darknet53_venus" -# resources: -# - -# url: https://paddlehub.bj.bcebos.com/model/cv/yolov3_darknet53_model.tar.gz -# dest: yolov3_darknet53_model -# uncompress: True +resources: + - + url: https://paddlehub.bj.bcebos.com/model/cv/yolov3_darknet53_venus_model.tar.gz + dest: yolov3_darknet53_model + uncompress: True -- GitLab