AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.6k stars 7.95k forks source link

really low FPS tiny yolov3 Nano using ZED2 #7004

Open rykymai opened 3 years ago

rykymai commented 3 years ago

Hi @AlexeyAB, i have a problem while performing inference using the ZED camera on jetson nano (tiny yolov3): i get only 1 fps. I event set 320 as image size in .cfg. My Nano has Jetpack v4.4 installed. I'm running the code provide in the stereolab repo (https://github.com/stereolabs/zed-yolo).

Any idea?

niemiaszek commented 3 years ago

@rykymai There is an issue with jetpack 4.4 mentioned there, try downgrading to 4.3. This should boost performance a bit.