Jee Roen
Jee Roen
Hey @leprechault, If your issue is due to different YOLO versions found online and in this repo, please try my update: https://github.com/bnosac/image/pull/10 Good luck! >> Am 08.04.2020 um 21:33 schrieb...
Most probably a duplicate of #7
Hi @keithhurley, I can reproduce your problem. I think it is the cache running full. Using the system monitor, you can see an increment being loaded every iteration. As soon...
Hi @jwijffels: As I understand C pointers a little more. Isn't it possible to return the pointer of the cached network with `image_darknet_model()`(i.e. in a list slot)? Then `image_darknet_detect()` could...
Hi @Gasp34, If you want to experiment with yolov3.weights you can check out my pull-request #10. It however does not fix this issue #7, which is due insufficient ram management....
I'm aware of the scope of this project. So I started slowly by cloning @pjreddie's code, see commit `0255d3c` and `372151c`, and myself only edited the three C files noted...
Hi @jwijffels, I just checked Windows compatibility today. Both, [your](https://github.com/bnosac/image) and [my updated version](https://github.com/georoen/image) of `image.darknet` work on Windows 7 with R 3.5.1, Rtools 3.5 and devtools 2.0.1 installed.
Hi @jwijffels How are you doing? Will latest YOLO be implemented soon? Best, Jeroen
Hi @jwijffels, sorry for the late responds - this time it was me having other priorities... Nevertheless, meanwhile there were no changes in the official YOLO [repo](https://github.com/pjreddie/darknet) or [website](https://pjreddie.com/darknet/yolo/) and...
Hi @sunsided, can you please specify which two files you mean? Currently I'm removing `pyyolo.so` and `pyyolo-0.1.egg-info` in `/usr/local/lib/python2.7/dist-packages/`while trying to get this work repetitively... I am also `rm -rf...