convert-to-uff in tensorrt conainer

Hi,

I couldn’t find and run convert-to-uff in tensorrt container (tensorrt:19.11-py3). How can I install it in the container ?

Thanks,

1 Like

Hi,

Please follow below steps:

  • cd /opt/tensorrt/python
  • Execute python_setup.sh
  • convert-to-uff will be installed in “/usr/local/bin/” directory along with other libraries

Thanks

1 Like