BrandonHanx / mmf

[ECCV 2022] FashionViL: Fashion-Focused V+L Representation Learning
https://mmf.sh/
Other
57 stars 7 forks source link

Question for PolyvoreOutfits dataset #15

Closed Null-0000 closed 1 year ago

Null-0000 commented 1 year ago

❓ Questions and Help

Hi, I'm trying to pretrain your model and run command:

python mmf_cli/run.py \ config=projects/fashionvil/configs/e2e_pretraining_final.yaml \ model=fashionvil \ dataset=fashionall

But it raises an error: FileNotFoundError: [Errno 2] No such file or directory: 'data/datasets/PolyvoreOutfits/train_info.json'

Could you share the annotations for pretraining the PolyvoreOutfits dataset? Thank you very much.

BrandonHanx commented 1 year ago

It's already in the shared Google Drive mentioned in README.

Null-0000 commented 1 year ago

Thanks for your reply. But I still can not find file 'train_info.json' of PolyvoreOutfits dataset in the shared Google Drive.

BrandonHanx commented 1 year ago

Sorry, updated just now. Can you check it again?

Null-0000 commented 1 year ago

Yes, it's done. Thanks.