open-mmlab / mmfashion

Open-source toolbox for visual fashion analysis based on PyTorch
https://open-mmlab.github.io/
Apache License 2.0
1.24k stars 281 forks source link

FileNotFoundError: [Errno 2] No such file or directory: 'In-shop/Anno/list_attr_items.txt' #149

Open maizer2 opened 2 years ago

maizer2 commented 2 years ago

change 32 line of prepare_in_shop.py

# labelf = open(os.path.join(PREFIX, 'list_attr_items.txt')).readlines()
labelf = open(os.path.join(PREFIX, 'attributes/list_attr_items.txt')).readlines()