tf_trt_models icon indicating copy to clipboard operation
tf_trt_models copied to clipboard

TensorFlow models accelerated with NVIDIA TensorRT

Results 70 tf_trt_models issues
Sort by recently updated
recently updated
newest added

Hi, I'm currently working on an AI project using an NVIDIA Jetson Nano (4GB) and TensorFlow 2 where we were planning on using a Faster R-CNN Inception ResNet V2 640x640...

Hi, In the detection.ipynb I have set the `score_threshold=0.3` as recommended. The above cells run as expected however, the `trt.create_inference_graph` cell does not run. When i run this cell I...

Error during installation. Tested on a x86 and aarch64 (Jetson TX2) machine. ``` nvidia@jetson-dev:~/code/tf_trt_models (master)$ ./install.sh python3 python3 Downloading protoc ~/code/tf_trt_models/data/protoc ~/code/tf_trt_models --2020-05-23 23:10:35-- https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-aarch_64.zip Resolving github.com (github.com)... 140.82.118.3 Connecting...

hello all, I tried to run detection.ipynb on jetsion nano model B1 (jetpack: 4.5 b129 and TF: 1.15) . It threw error: **memory not enough** when create inference ``` trt_graph...

Hello, I would like to ask, I used the detection.ipynb program to run on jetson nano. This model uses ssd_mobilenet_v1_coco for migration learning. Before this, I have tested that the...

I'm sorry, I want to ask if I made inference on jetson nano, the result I ran out was as shown in the picture below, is there any way to...

Hi, It is seen that tensorrt supports resnet in classification task. Does it also support the detection networks with a resnet backbone? What are the exception modules which tensorrt does...

I tired to convert the ssdmobilenet v3 in jetson xavier. But I am getting the below error. `` File "/usr/local/lib/python3.6/dist-packages/google/protobuf/text_format.py", line 947, in _MergeField (message_descriptor.full_name, name)) google.protobuf.text_format.ParseError: 141:9 : Message...

We need to load two models in two process using python multiprocess. But it didn’t work,is it possible to run in multiprocess?