I have already configured Jetson Tx2 with tf_trtt_models and tensorflow successfully. I am able to import both tensorflow and tf_trt_models in python3 module on Jetson Tx2. I have faster_rcnn_inception_v2 trained object detection tensorflow model now I have couple of questions
-
tf_trtt_models repository converts models whose config files resembles to ssd_mobilenet_v1_coco and ssd_inception_v2_coco model’s config files. So is there any other way to convert faster_rcnn_inception_v2 model into tr_tf_model? or am I missing something?
-
what steps I need to follow in order to convert it into tf_trt_model? Can anyone please guide me through as it would really help me learn new concepts.
Please feel to reach out should you require more details thanks