pixloc icon indicating copy to clipboard operation
pixloc copied to clipboard

Example of Training data

Open YanhaoZhang opened this issue 3 years ago • 2 comments

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.

YanhaoZhang avatar Dec 15 '21 02:12 YanhaoZhang

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.

sarlinpe avatar Dec 16 '21 00:12 sarlinpe

@Skydes Thanks a lot for this suggestion. I will try this. :+1:

YanhaoZhang avatar Dec 16 '21 01:12 YanhaoZhang