run shell

    1. python tools/deploy.py \
    2. configs/mmdet/detection/detection_onnxruntime_dynamic.py \
    3. /project/mmlab_template/mmdetection/configs/faster_rcnn/faster_rcnn_r50_fpn_1x_coco.py \
    4. /project/faster_rcnn_r50_fpn_1x_coco_20200130-047c8118.pth \
    5. /project/mmlab_template/mmdetection/demo/demo.jpg \
    6. --work-dir work-dires \
    7. --device cpu \
    8. --show \
    9. --dump-info