RunningLeon

Results 206 comments of RunningLeon

may fix conflicts with master

@1wang11lijian1 Standard config and ckpt works fine on my machine. Maybe you could try with latest master and use this deploy config: https://github.com/open-mmlab/mmdeploy/blob/master/configs/mmdet/detection/detection_tensorrt-int8_dynamic-160x160-608x608.py.

@1wang11lijian1 The error message gives little info. Could you try with https://github.com/open-mmlab/mmdetection/blob/master/configs/yolo/yolov3_d53_mstrain-608_273e_coco.py , https://github.com/open-mmlab/mmdeploy/blob/master/configs/mmdet/detection/detection_tensorrt-int8_dynamic-160x160-608x608.py and https://download.openmmlab.com/mmdetection/v2.0/yolo/yolov3_d53_mstrain-608_273e_coco/yolov3_d53_mstrain-608_273e_coco_20210518_115020-a2c3acb8.pth?

@1wang11lijian1 Hi, could you set some breakpoints and debug where goes wrong? For instance, in https://github.com/open-mmlab/mmdeploy/blob/14b2bfd524d197565621fedbc47b5940bb22ceed/mmdeploy/apis/onnx/export.py#L122 and https://github.com/open-mmlab/mmdeploy/blob/14b2bfd524d197565621fedbc47b5940bb22ceed/mmdeploy/apis/onnx/export.py#L134

@1wang11lijian1 Hi, have you changed any code in mmdet? Could you first try with standard config and ckpt and make sure the env is OK. BTW, Better remove chinese characters...

@liufqing Hi, please follow the[ template ](https://github.com/open-mmlab/mmdeploy/blob/master/.github/ISSUE_TEMPLATE/bug-report.md)to offer us the full script and env info to reproduce.

@liufqing pls. post full script of `image_segmentation`. here. BTW, only onnxruntime of cpu is supported in mmdeploy-sdk. Pls. make sure you are passing cpu to `device` argument.

@Monalsingh Hi, if you're using mmdeploy-sdk to do inference, you have to add `--dump-info` while calling `tools/deploy.py` and build mmdeploy-sdk from source by following [get_started](https://github.com/open-mmlab/mmdeploy/blob/master/docs/en/get_started.md). Besides, you can implement the...

@tms2003 Hi, how much the performance difference is between PyTorch and ONNX Runtime?