open-mmlab/mmfashion

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

maizer2 opened this issue · 0 comments

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()