Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing of the json files #11

Open
wangrx33 opened this issue Oct 9, 2020 · 6 comments
Open

missing of the json files #11

wangrx33 opened this issue Oct 9, 2020 · 6 comments

Comments

@wangrx33
Copy link

wangrx33 commented Oct 9, 2020

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.
image

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.

@gayalkuruppu
Copy link

When I run get_polyvore.sh and then process_polyvore.sh I got all the json files. If needed I can provide them.

@gcucurull
Copy link
Owner

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.

@outfit-net
Copy link

当我运行 get_polyvore.sh 然后 process_polyvore.sh 时,我得到了所有的 json 文件。如果需要,我可以提供。

您好 我在运行的时候也出现了问题 请问您可以提供一下所有的json文件吗

@outfit-net
Copy link

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

@liuxx2016
Copy link

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.

@korgmp3
Copy link

korgmp3 commented Jan 25, 2024

Does anybody know where data/polyvore/dataset/questions_RESAMPLED_test.json file should come from?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants