-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test on raspi result #31
Comments
@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 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 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? |
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! |
This repo can run on raspi 3 b+ successful, demo test (yolov2-tiny) time cost 715ms.
The text was updated successfully, but these errors were encountered: