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!!