TencentYoutuResearch / PersonReID-NAFS

Code for "Contextual Non-Local Alignment over Full-Scale Representation for Text-Based Person Search"
https://arxiv.org/abs/2101.03036
Other
61 stars 10 forks source link

where are the json files? #1

Closed valencebond closed 3 years ago

valencebond commented 3 years ago

thanks for your code, but how can I get the test_reid.json, train_reid.json, and val_reid.json

valencebond commented 3 years ago

I found the JSON files are generated by preprocess.py file but neglect some config parameters, such as args.load_split, args.load_vocab.

girafffeee commented 3 years ago

I found the JSON files are generated by preprocess.py file but neglect some config parameters, such as args.load_split, args.load_vocab.

Sorry for the bad experience. We've added data.sh and modify preprocess.py to the repo. Details can be found in README. Feel free to ask if you have any further questions.