Dataset directory's structure
DeepStillWater opened this issue · 4 comments
DeepStillWater commented
I wants to train my own datasets about 100 classes ,so I want to know the structures of datasets,and some other guide,Thanks!
Arsey commented
@DeepStillWater you can have as many classes as you need. For the structure just follow by the data/sorted dir structure after running the bootstrap.py
DeepStillWater commented
Oh,thanks
I have got it.The data strucure like this:
data/
sorted/
train/
class1/
picture1.jpg
...
class2/
picture1.jpg
...
...
valid/
class1/
picturex.jpg
...
class2/
picturex.jpg
...
...
Arsey commented
correct
Arsey commented
data structure description is added to README