visual-compatibility
visual-compatibility copied to clipboard
missing of the json files
Thanks for your works.
But I have an issue when I run the process_polyvore.sh. The train_no_dup.json files are missing. The ones I download from https://github.com/xthan/polyvore-dataset does not match the code. The image id in the json files does not match the id in the Polyvore dataset.

Is it because the json file does not match the dataset? I just download the polyvore image dataset by running the get_polyvore.sh. Where should I download the correct json files.
When I run get_polyvore.sh and then process_polyvore.sh I got all the json files. If needed I can provide them.
Hello, I just checked and the script is working, so if you don't have the JSON files you might have gotten an error.
In get_polyvore.sh you'll see the following line:
wget --no-check-certificate 'https://docs.google.com/uc?export=download&id=0B4Eo9mft9jwoWHhyc05VQnNyMHc' -O "$file"
Which downloads a gzip file that contains the JSON files. If this command is failing then you won't get the files. Is wget working in your computer? Could you rerun your script again?
Also I have updated the script so that it will try to decompress the gzip if the jsons directory is emtpy so you don't have to manually delete the jsons/ directory. You'll have to pull the latest changes in the master branch.
当我运行 get_polyvore.sh 然后 process_polyvore.sh 时,我得到了所有的 json 文件。如果需要,我可以提供。
您好 我在运行的时候也出现了问题 请问您可以提供一下所有的json文件吗
When I run get_polyvore.sh and then process_polyvore.sh I got all the json files. If needed I can provide them.
Hello, I also had some problems when running. Could you please provide all the JSON files
When I run get_polyvore.sh and then process_polyvore.sh I got all the json files. If needed I can provide them.
can u share these json files with me.
Does anybody know where data/polyvore/dataset/questions_RESAMPLED_test.json file should come from?