Hi there,
has anyone tried yet to convert the F-RCNN ResNet50 to TensorRT?
It’s inference with the saved model is incredible slow on pure TF2 Backend/Object Detection API and eats lots of RAM…
Or maybe any other advices for inference optimization on the Jetson NX? The model’s accuracy is just great, so I don’t really want to chose another.
Hi AastaLLL, thank you for the reply! Are the samples you mentioned in your post comaptible with Tensorflow 2.x (saved model format)?
Are there some samples for Python?