ofxDarknet
ofxDarknet copied to clipboard
darknet neural network addon for openFrameworks
Hello Everyone, i am trying to use yolo 9000 for object detection. i read yolo9000.cfg file using darknet. but, i am unable to read the weight files using darkflow.. could...
I'm getting a segmentation fault running ofxDarknet on Ubuntu 18.0.4. **... 13 conv 512 3 x 3 / 1 1 x 1 x1024 -> 1 x 1 x 512 14...
Hi so how am i suppose to run the live stream with darknet
YOLOv3
Hi @schwittlick I would like to run your repository using third version of YOLO. Is it enough to just replace darknet source codes and rebuild using cmake or do I...
I cloned `genekogan/linux` branch, and I edited [addon.config](https://github.com/mrzl/ofxDarknet/blob/genekogan/linux/addon_config.mk#L84-L85) for my local path, and run example-yolo2 by following command, then I encountered error... ``` $ make clean $ make $ make...
Hi, I can't seem to get the COCO dataset working. Everything compiles and runs fine but there is no detection going on (using Windows) I am using this setup: std::string...
How can i extract features from darknet? do i need to change some source code? @mrzl
Hello! This is my first pull request, so please bear with me if I messed something up. I made some changes to support using ofxDarknet directly with opencv Mat objects....
building a project from generator with both ofxDarknet and ofxOsc, and i get this error in ofxOsc: not sure yet what is causing it.
File actually exists in path, but is not found by cmake ``` Cannot specify link libraries for target /usr/local/cuda/lib64/libcudart_static.a which is not built by this project. ```