From a8c75deec0813a088331e100b05f54de1829d171 Mon Sep 17 00:00:00 2001 From: HinGwenWoong Date: Mon, 18 Apr 2022 10:25:26 +0800 Subject: [PATCH] Fix mmdet openvino dynamic 300x300 cfg base (#372) --- configs/mmdet/detection/detection_openvino_dynamic-300x300.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/mmdet/detection/detection_openvino_dynamic-300x300.py b/configs/mmdet/detection/detection_openvino_dynamic-300x300.py index 1df7d1211..ee879c361 100644 --- a/configs/mmdet/detection/detection_openvino_dynamic-300x300.py +++ b/configs/mmdet/detection/detection_openvino_dynamic-300x300.py @@ -1 +1 @@ -_base_ = ['../_base_/base_openvino_dynamic.py'] +_base_ = ['../_base_/base_openvino_dynamic-300x300.py']