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

Cannot find trainpickle2to19human.pickle and testpickle120.pickle in the downloaded dataset #5

Closed
huTao1030 opened this issue Aug 19, 2021 · 5 comments

Comments

@huTao1030
Copy link

Hello,
The following is the command you provided in the readme, but I cannot find trainpickle2to19human.pickle and testpickle120.pickle in the downloaded dataset.
Can you provide me with some assistance?

Training on GOOSynth:

python main.py --baseline='gazenet' \
--train_dir='../goosynth/1person/GazeDatasets/' \
--train_annotation='../goosynth/picklefiles/trainpickle2to19human.pickle' \
--test_dir='../goosynth/test/' \
--test_annotation='../goosynth/picklefiles/testpickle120.pickle' \
--log_file='training.log' \
--save_model_dir='./saved_models/temp/' \
@henritomas
Copy link
Collaborator

henritomas commented Aug 20, 2021

Hi! It seems it was our mistake, not making the following files available in the downloaded dataset. For now, use this link to download the required pickle files:

removed old link

Please feel free to reply should there be any more additional issues.

@huTao1030
Copy link
Author

The path of train_dir(test_train) should point to which part of the downloaded dataset? The downloaded dataset contains two parts: images and data.
I get the following error while running the code:
AttributeError: 'NoneType' object has no attribute 'shape'

Thanks.

@henritomas
Copy link
Collaborator

train_dir and test_dir should both point to the images directory; Let me know if you encounter further issues.

@huTao1030
Copy link
Author

The ‘filename’ in the testpickle120.pickle and trainpickle2to19human.pickle is different from the parameters in the images folder, which causes the image reading to fail.
Is there any way to solve it?
For example,
named ’0.png‘ in the images, but ’filename:3-11-0.7-2-8-img1.png‘ in the pickle

@remarkSD
Copy link
Contributor

remarkSD commented Aug 25, 2021

Sorry for the confusion. Apparently we uploaded an older version of the pickle files. Please check the following files:
trainPickleNoSegm: https://drive.google.com/file/d/1kvDAOdglW7ns2Ng3y_q8_hNEBZN6al24/view?usp=sharing
testPickleNoSegm: https://drive.google.com/file/d/1yIaxXO25Y-Mycy2VJ49QqgNYsKIJ8U16/view?usp=sharing

Edit: New links for the dataset are added. Dataset now uploaded to zenodo.

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

4 participants