jveitchmichaelis / deeplabel

A cross-platform desktop image annotation tool for machine learning
207 stars 40 forks source link

Darknet import is not working on windows #40

Open Topkif opened 1 year ago

Topkif commented 1 year ago

Hi, I am trying to import coco128 dataset with the annotations. When I tried importing as darknet: I created a images.txt file containing all the paths to the images relative to the .lbldb. and placed the labels.txt files for each images along the images. But now I got a lot of File not found on disk "".

I am using v 0.15

Thanks