TensorRT_TX2_20FPS
TensorRT_TX2_20FPS copied to clipboard
SSD and YOLO with TensorRT
Hi, great job on setting up Faster-RCNN with TensorRT! Are you also planning on doing the same for YOLO and SSD? :) And also what fps are you currently getting when running sampleFasterRCNN?
hi, marvrez, What I have done so far for Faster R-CNN on TX2 is changing the input from ppm files into video file, while the TensorRT version of Faster-RCNN code is from samples under Jetson 3.1 package. Frame rate wise, with 720p video file, I am getting around 10 fps.
Thank you for the answer @radeonwu , are you also going to accelerate SSD and YOLO with TensorRT as said in the README?