NVIDIA-AI-IOT / tf_trt_models

TensorFlow models accelerated with NVIDIA TensorRT
BSD 3-Clause "New" or "Revised" License
682 stars 245 forks source link

ImportError: No module named 'tf_trt_models.detection' #24

Open ardianumam opened 5 years ago

ardianumam commented 5 years ago

Hi, I got an error when running this code line: from tf_trt_models.detection import download_detection_model, build_detection_graph But, importing tensorrt is all fine. import tensorrt as trt

Any solution? I use Jetson TX2 on Ubuntu 16.04 64bit flashed with Jetpack 3.3.

ardianumam commented 5 years ago

-Update- Hi, it is solved. The problem is that some files are not completed during the cloning process and there is some errors during my installation "sudo ./install.sh". For those who encounter the same problem, please make sure that all the processes are finished completely without error. In this case, the internet connection needs to be stable during the process, since it takes long minutes and downloads many files. Thanks.