-
python tools/test.py \
configs/mmdet/detection/detection_openvino_dynamic-800x1344.py \
/project/mmdetection/configs/faster_rcnn/faster-rcnn_r50_fpn_1x_coco.py \
--model /project/mmdeploy/work_dir_faster_rcnn_openvino/end2end.bin \
--speed-test |
Beta Was this translation helpful? Give feedback.
Answered by
lvhan028
Nov 2, 2022
Replies: 1 comment
-
|
use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vansin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

use
end2end.xmlinstead ofend2end.binYou can refer to
mmdeploy/mmdeploy/backend/openvino/wrapper.py
Line 14 in c4d428f