ceccocats / tkDNN

Deep neural network library and toolkit to do high performace inference on NVIDIA jetson platforms
GNU General Public License v2.0
718 stars 209 forks source link

use yolo4tiny in jetson nano only have 4 FPS #121

Closed arnode closed 3 years ago

arnode commented 4 years ago

use yolo4tiny in jetson nano only have 4 FPS

mive93 commented 4 years ago

It sounds weird to me. Those are my results on Jetson Nano, Jetpack 4.4 on average 5k images, for yolov4tiny with input size 512x512, taking into account preprocessing, inference and postprocessing:

            AVG FPS     MAX FPS     MIN FPS
fp32    yolo4tiny512    19.18       20.09       12.57
fp16    yolo4tiny512    26.49       28.01       18.39

Have you launched jetson_clock?

mive93 commented 3 years ago

Closing for now, feel free to reopen.