digitalbrain79 / pyyolo

Simple python wrapper for YOLO.
126 stars 65 forks source link

Detection not working #16

Open zspasztori opened 7 years ago

zspasztori commented 7 years ago

Hi,

Somehow the detection is not working for me, when I try a model trained on the current up to date Darknet library. I trained a model 2 months ago, with it works fine, but yesterday I trained a model with the up-to-date one and the detection runs but does not return result.

Tried exchanging the Darknet subdirectory but it does not help. Probably somehow the python wrapper part is broken, because when I try with the compiled one everything is fine. Please help me!

digitalbrain79 commented 7 years ago

Because wrapper code is old. I'm not update recent Darknet code yet. I will update code in a few days.

zspasztori commented 7 years ago

Thank you. The problem is probably not really big. Do you need my files? Changes I have found: he moved darknet.h into a separate directory.

digitalbrain79 commented 7 years ago

I know. He seperated library and excutable binary, and moved some files. I already updated recent code to darknet-nnpack, but pyyolo yet :]