pyyolo
pyyolo copied to clipboard
Simple python wrapper for YOLO.
@thomaspark-pkj @jasrk11 @oulutan @rayhou0710 hii when i run pyyolo it only uses single core processor in CPU , to enable the multicore usage in CPU , enabling of openmp option...
I don't seem to be able to run this wrapper on classifier? Is it still pyyolo.test or another module?
I did a little modification so that it could run multiple images It always ended with a message killed: 9 after certain iteration Any suggestion?
This issue is created to help those who are facing issues I faced with the program exiting because no exception handling was done in the code. I have uploaded the...
@digitalbrain79 I set `CUDNN=1` `GPU=1` and every thing is fine with my cuda, etc. I built pyyolo and executed the following commands. `python setup.py build (use setup_gpu.py for GPU)` `sudo...
I run these codes respectively and I have got this error : ``` gcc -DGPU -I/usr/local/cuda/include/ -DCUDNN -Wall -Wfatal-errors -Wno-unused-result -fPIC -I./darknet/src -I./darknet/include -Ofast -DGPU -DCUDNN -c libyolo.c -o obj/libyolo.o...
i tried pyyolo on video it was working well, i tried it again after a while it shows this error AttributeError: 'module' object has no attribute 'load_meta'