mmdetection-to-tensorrt icon indicating copy to clipboard operation
mmdetection-to-tensorrt copied to clipboard

convert mmdetection model to tensorrt, support fp16, int8, batch input, dynamic shape etc.

Results 67 mmdetection-to-tensorrt issues
Sort by recently updated
recently updated
newest added

Hi. Are there any plans to extend this repo to also transform detectron2 models to tensorrt?

Hi, may I know if there is a plan to release a stable version (tagged) for a specific version of MMDetection? I've noticed that there are some bugs that has...

I ran demo/inference.py , get the coredump file, anyone can run it normally, please help me.

I ran the docker using the command: sudo docker run --gpus all -it --rm -v ${your_data_path}:${bind_path} mmdet2trt_docker:v1.0 ${bind_path}/config.py ${bind_path}/checkpoint.pth ${bind_path}/output.trt And got an error: pkg_resources.DistributionNotFound: The 'mmdet2trt' distribution was not...

Trying to convert Faster RCNN R-50 DCNv2 to tensorRT, but I'm getting following error: ``` [TensorRT] ERROR: Parameter check failed at: engine.cpp::setBindingDimensions::948, condition: profileMaxDims.d[i] >= dimensions.d[i] [TensorRT] ERROR: Parameter check...

Hello! Thank you for a nice repository! I have managed to get the basic optimization to work, i.e. i can convert models from FP32 to FP16 when the batch_size =...

Thanks for your great job. I'm trying int8 conversion. Using SSD, the calibration has been called, and ran normally. But using yolov3, the calibration process did not run, although the...

env: GPU:tesla t4 nvidia-diver:450.51.6 cuda:11.03 cudnn:8.04 tensorrt:7.1.3.4 pytorch:1.6/1.7 torchvision:0.7/0.8 mmdetection:2.7 ```C++ Warning: Encountered known unsupported method torch.Tensor.new_tensor Warning: Encountered known unsupported method torch.Tensor.new_tensor Warning: Encountered known unsupported method torch.Tensor.new_tensor Warning:...