tf_trt_models
tf_trt_models copied to clipboard
TensorFlow models accelerated with NVIDIA TensorRT
Hi Nvidia team! Your work is amazing! In the detection notebook, is possible to provide the CATEGORY_INDEX, i.d the mapping of id to category string, it seems somehow the tensorrt...
It took me quite some time to figure this out, so I think people would be happy to have this automatically done for them when running the `build_detection_graph` function. The...
Just a small tweak which will allow a user to perform a custom installation such as: - `sudo ./install.sh` - `./install.sh` - `./install.sh /usr/bin/python3` - `./install.sh --user` - `./install.sh develop`...
When I try faster_rcnn_resnet_101, when freezing the network I got this error from model_test.py which I make all steps in it : File "model_test.py", line 37, in minimum_segment_size=50 File "/usr/local/lib/python2.7/dist-packages/tensorflow/contrib/tensorrt/python/trt_convert.py",...
@Alexey-Kamenev @dusty-nv @tokk-nv @nsmoly Hi can we use tensorRT to deply faster rcnn models on the tx2 board , if so can you share the links to deploy it on...
Hello Nvidia! Thank you for the clear explanation and benchmarking on this website, and for testing out different models, it is really appreciated! According to your [execution time table](https://github.com/NVIDIA-Jetson/tf_trt_models#models-1), I...
hello, I have a question, the function `build_classification_graph` can use my own model by replace the parameter `model` to my own network path? in which the net is defined as...
Hello, can you please provide script to convert ssd model to tensorrt plan file?
**Hi** , I want to convert ssd model to tensorrt plan file . But I am getting error as ======================================================= Using output node scores boxes classes Converting to UFF graph...
Hi, I am trying to run example classification.ipynb in Orin. When I'm trying to run example(noting changed), `build_classification_graph` has error. ``` NotFoundError: Restoring from checkpoint failed. This is most likely...