grimoire/mmdetection-to-tensorrt

Problem running via docker

Opened this issue · 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?