Hi, I have Jetson TX2 device.
When I run the model I trained with Yolov4-Tiny on my own computer, I get 28fps.
Graphics card model of my computer: GTX950M
When I run it with Jetson TX2 I get 10fps.
I’m using CUDA+CUDNN+OPENCVDNN on both devices.
I have a few questions regarding this.
- Is there a way or documentation to get higher fps for Jetson TX2 (yolov4 or yolov4-tiny)?
- How come I get higher fps on my own computer? Shouldn’t the Jetson TX2 give a higher result? Can anyone explain this?
- Is there a usage instruction for Jetson TX2?