[FIX] update docs and configs about openvino ssd deployment ()

* add openvino static config for docs' ssd deploy

* fix docs of openvino.md

* fix ssd openvino deployment

* rename openvino config

* remove some files
pull/187/head
tripleMu 2022-02-24 16:09:58 +08:00 committed by GitHub
parent aeee4aa48f
commit 486d45e739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,6 @@
_base_ = ['./base_dynamic.py', '../../_base_/backends/openvino.py']
onnx_config = dict(input_shape=None)
backend_config = dict(
model_inputs=[dict(opt_shapes=dict(input=[1, 3, 300, 300]))])

View File

@ -0,0 +1 @@
_base_ = ['../_base_/base_openvino_dynamic.py']

View File

@ -27,7 +27,7 @@ sudo apt-get install libpython3.7
Example:
```bash
python tools/deploy.py \
configs/mmdet/detection/detection_openvino_dynamic.py \
configs/mmdet/detection/detection_openvino_static-300x300.py \
/mmdetection_dir/mmdetection/configs/ssd/ssd300_coco.py \
/tmp/snapshots/ssd300_coco_20210803_015428-d231a06e.pth \
tests/data/tiger.jpeg \