In response the topic “error with cmake tf_to_trt_image_classification (jetson tx2, ubuntu 16.04, cuda 9.0 , cudnn -7.1.5)” the moderator NVES stated “tf_to_trt_image_classification repo uses TFTRT (not UFF) to convert a TF graph to TRT.”
Is there a new repo for JetPack 3.3 / TensorRT 4?
The version I used with JetPack 3.3 / TensorRT 3 used UFF in frozenToPlan.
I am using a TX2.
I most recently flashed it using JetPack 3.3.
My concerns about the tf_to_trt_image_classification repo:
1 - Is there a new repo for 3.3 that is different from 3.2?
2 - If so, where is it located?
3 - Is it loaded as part of the flash?
4 - Is it in a whl?
5 - Is it on GitHub?
Previously I used JetPack 3.2.
I was able to convert a retrained model to a plan using frozenToPlan.
Then that plan could be used by examples/classify_image/classify_image.cu to classify images using TensorRT 3.
As described earlier in the thread, you can modify the instructions in the repo (specifically step4) to pull TensorRT 4 instead of 3. Then, you should be able to convert your model to plan and use TRT4.
Are you running into a specific error when using TRT4?