Ghustwb / MobileNet-SSD-TensorRT

Accelerate mobileNet-ssd with tensorRT
188 stars 91 forks source link

Is this possible for Yolov3 also? #20

Open PiyalGeorge opened 5 years ago

PiyalGeorge commented 5 years ago

Hi @Ghustwb , Thanks for your works, i've been looking into this repo for quite a while. Thanks . Now I'm here with another simple doubt. Is it possible to do detection like this with real-time fps, with Yolov3(original version, not tiny-yolo) in Tensor-rt and jetson-tx2?

Ghustwb commented 5 years ago

Hi @Ghustwb , Thanks for your works, i've been looking into this repo for quite a while. Thanks . Now I'm here with another simple doubt. Is it possible to do detection like this with real-time fps, with Yolov3(original version, not tiny-yolo) in Tensor-rt and jetson-tx2?

In tensorRT,yoloV3 can run 10FPS

PiyalGeorge commented 5 years ago

@Ghustwb Thanks, Is there any possibility we can increase Yolov3's(original version, not tiny-yolo) FPS above 20?