How to train Faster R-CNN (TensorRT) on my dataset for NVIDIA Jetson Nano

979 views Asked by At

I followed the tutorial with the "faster_rcnn_inception_v2_coco" but it doesn't work with my "NVIDIA Jetson nano". I would like to know which model of FasterRCNN can work with my hardware.

1

There are 1 answers

4
CognitiveRobot On

If you are after Faster RCNN based object detector for Jetson, then you might try Nvidia Transfer Learning Toolkit. It looks very promising for faster deployment. At least to me.

Full documentation is here.