Tyler Troy
Tyler Troy
Hi Pay20Y, is it possible for you to share the model with me too? Thanks for sharing your code also!
Hi Amcrest, I would love some more information on sending audio with the API. In particular I would like to stream audio to the device but even just playing a...
Hi @AlexKohanim Thanks for your response. I would appreciate any help with this matter and would be happy to assist in any way in making/reviewing changes to the existing code...
Hopefully the PR above is merged but in the mean time I found that the AssertionError is caused by the `--n_classes (-n)` arg being used in two places. The first...
I had some success with this using the gimp distort tool followed by selection sharpening. The steps are as follows. 1. Select (outline) object. In your case, the magic select...
> Try this command: ./darknet detector valid cfg/voc.data yolo-voc.cfg yolo-voc.weights > If you take a quick look in this function "validate_detector" from file darknet/src/detector.c, it actually saves detection results in...
Atompie, make sure you use `setup_gpu.py` for both building and installing the module after compiling. That was my silly mistake anyway.
Just leaving a note here that related to my version of this problem and my solution. **TL;DR** After adding the compile flags as per @gf0507033 , you must ensure that...
I think it's just `server.py` now. Also you can specify the location of the models in `configuration/config.py`. I simlinked from the source repos to the same path used by default...