mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
* Fix include and lib paths for onnxruntime. * Fixes for SSD export test * Add onnx2openvino and OpenVINODetector. Test models: ssd, retinanet, fcos, fsaf. * Add support for two-stage models: faster_rcnn, cascade_rcnn * Add doc * Add strip_doc_string for openvino. * Fix openvino preprocess. * Add OpenVINO to test_wrapper.py. * Fix * Add openvino_execute. * Removed preprocessing. * Fix onnxruntime cmake. * Rewrote postprocessing and forward, added docstrings and fixes. * Added device type change to OpenVINOWrapper. * Update forward_of_single_roi_extractor_dynamic_openvino and fix doc. * Update docs. * Add support for masks (Mask RCNN). * Add masks to CascadeRoIHead.simple_test. * Added masks to test_OpenVINODetector. * Added test_cascade_roi_head_with_mask. * Update docs. * Fix segm_results shape. * Fix TopK in NMS and add test_multiclass_nms_with_keep_top_k. * Removed unnecessary functions. * Fix. * Fix test_multiclass_nms_with_keep_top_k. * Updated test_OpenVINODetector.