A code base for conducting image retrieval with text feedback experiments.
Available methods:
-
For visually compitable garment retrieval:
-
For text-guided garment retrieval:
-
Download FashionIQ dataset according to this. Then move data into
train_data/fashioniq/
. -
Build vocabulary.
python -m nltk.downloader 'punkt' python build_vocab.py
-
(Optional) Generate GloVe embeddings.
python -m spacy download en_vectors_web_lg python gen_glove.py
python train_net.py --config-file configs/fashioniq/tirg_bigru_init.yaml --use-tensorboard
coming soon...
- VAL uses smaller val split and GloVe.
- CoSMo constructs captions with both orders for concatenating.
- ...