YoloV2NCS icon indicating copy to clipboard operation
YoloV2NCS copied to clipboard

test on raspi result

Open shartoo opened this issue 6 years ago • 4 comments

This repo can run on raspi 3 b+ successful, demo test (yolov2-tiny) time cost 715ms.

shartoo avatar Oct 26 '18 08:10 shartoo

@shartoo thx for sharing the results. According to this repo you can achieve 1.3 fps (similar to yours) using yolov3-tiny WITHOUT the ncs. I followed the instructions and obtained the same results.

@duangenquan So is it possible to combine ncs with ninja and NNPACK to get even higher FPS?

akde avatar Nov 02 '18 12:11 akde

@akde Yes i did test another darknet-nnpack on raspi for yolov2 ,coco cfg with 8 secs per image.But i want to detect with yolov3 ,while that repo failed with fatal error.

shartoo avatar Nov 03 '18 02:11 shartoo

@shartoo does it have to be on RP? I am also trying to implement yolov3 on a SBC. I will try udoo X86 Advanced plus. Have you ever tried it on another SBC?

akde avatar Nov 05 '18 08:11 akde

Actually the author of darknet-nnpack had implemented yolov3 branch but it did't work.You can do a RP,my suggestion is implement it with another darknet AlexeyAB darknet other than original pjreddie darknet . I'm not familiar to c++/c ,good lock to you!

shartoo avatar Nov 05 '18 09:11 shartoo