thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

Annotation directory not found ../pascal/VOCdevkit/ANN/ #432

Open Louis24 opened 6 years ago

Louis24 commented 6 years ago

When I try to train the net using "python flow --model tiny-yolo.cfg --train --trainer adam"

It has error: Enter training ... Error: Annotation directory not found ../pascal/VOCdevkit/ANN/ .

Also, the tiny-yolo.cfg and tiny-yolo.weights are not match. Error: AssertionError: Over-read tiny-yolo.weights

ZhangBihui0311 commented 6 years ago

Same problem... Can anybody help, please...