This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Implementing yolov3 on Raspberry pi 3 using Arm Compute Library

I am trying to implement ACL on Raspberry pi 3,I started using the graph_yolov3.cpp in the github repo in https://github.com/ARM-software/ComputeLibrary  under examples.

But the implementation doesn't have proper documentation support so it's quite difficult for me to understand the code .

SO, I need to find out  what is the source from which the .npy files are generated and which is the base model file i.e weight file used in that cpp program

thanks in advance!!