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

Problem running via docker

Open devloper13 opened this issue 4 years ago • 0 comments

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 found and is required by the application

What could this mean?

devloper13 avatar Mar 15 '21 13:03 devloper13