py-yolo2
py-yolo2 copied to clipboard
Results
2
py-yolo2 issues
Sort by
recently updated
recently updated
newest added
Hi, what I did is: mkdir build cd build cmake .. make but when it is 94% it says: [ 93%] Building C object CMakeFiles/dknet.dir/src/yolo.c.o [ 94%] Linking CXX shared...
Do you use opencv to read the image and save it as temp.jpg. Then use darknet to read the temp.jpg and return the bounding boxes, ...etc