Open xu1718191411 opened 4 years ago
I was trying to run Singleモデル学習用.ipynb And I found the dataset folder should be prepared. You told us that the data is from DeepFashion.So could you tell us how to construct the dataset by using DeepFashion's data? Thank you
In the DeepFashion dataset, there is a file showing binding box of images. Use it and crop original images to train models.
ex.
BASE_PATH = './dataset/Pants_all/'
is the directory of images.
I was trying to run Singleモデル学習用.ipynb And I found the dataset folder should be prepared. You told us that the data is from DeepFashion.So could you tell us how to construct the dataset by using DeepFashion's data? Thank you