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

Example of Training data #27

Open
YanhaoZhang opened this issue Dec 15, 2021 · 2 comments
Open

Example of Training data #27

YanhaoZhang opened this issue Dec 15, 2021 · 2 comments

Comments

@YanhaoZhang
Copy link

Hi Thanks a lot for releasing your project. This is a very intriguing work. I am wondering if you could provide a small-size example training dataset, just for understanding the code? The CMU dataset is too large, and very slow to be downloaded. Thanks a lot.

@sarlinpe
Copy link
Member

You can train on a single slice of CMU, for example:

python -m pixloc.download --select CMU --CMU_slices 9 --training
python -m pixloc.pixlib.train pixloc_cmu_slice9 \
		--conf pixloc/pixlib/configs/train_pixloc_cmu.yaml \
		data.train_slices=[9] data.val_slices=[9]

This will use a subset of the training data for validation.

@YanhaoZhang
Copy link
Author

@skydes Thanks a lot for this suggestion. I will try this. 👍

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

2 participants