YoloV2NCS
YoloV2NCS copied to clipboard
Can't Make on RPi 3B
I am trying to get this working on an RPi 3B using the Movidius API. When I trying running make
after making the adjustments listed in #11 , I get the following error:
Compiling: src/PythonWrapper.cpp Linking: libpydetector.so ./src/Region.o: file not recognized: File format not recognized collect2: error: ld returned 1 exit status Makefile:43: recipe for target 'libpydetector.so' failed make: *** [libpydetector.so] Error 1
Any ideas?