nono

Results 4 comments of nono

Can you try and comment lines 57 and 58 of ofxDarknet.cpp and see what happens? ``` // layerNames.push_back(layerName+" "+ofToString(counts[type])); // counts[type] += 1; ```

I am working on an updated version of it for linux. Once finished and tested I am happy to share it with you.

This is the first very unpolished version. See if you can run the example: https://github.com/saynono/ofxYoloSolo

There seems to be a conflict with this file ofxDarknet/libs/darknet/include/unistd.h Deleting it on *unix solves the problem. I am sure there is an elegant way to sort it out. For...