digitalbrain79 / pyyolo

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

pyyolo - YOLO9000 #9

Open bjornamr opened 7 years ago

bjornamr commented 7 years ago

Hi, it seems like it does not work with the weights yolo9000?

datacfg = 'cfg/combine9k.data' cfgfile = 'cfg/darknet9000.cfg' weightfile = '../yolo9000.weights' filename = 'data/person.jpg'

is what I put in the example.py file.

I just get an empty prediction. Has anyone tries this?

digitalbrain79 commented 7 years ago

I'm sorry. I had not tried yolo9000.