duangenquan / YoloV2NCS

This project shows how to run tiny yolo v2 with movidius stick.
148 stars 63 forks source link

test on raspi result #31

Open shartoo opened 6 years ago

shartoo commented 6 years ago

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

akde commented 6 years ago

@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?

shartoo commented 6 years ago

@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.

akde commented 6 years ago

@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?

shartoo commented 6 years ago

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!