-
Notifications
You must be signed in to change notification settings - Fork 6
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
question about loading data #27
Comments
or I can change the arg-num_query_imgs? |
Hi @Norooa, Thanks for your question! I set the training to use 10 images (5 per traverse, 2 traverses total) to keep the demo simple. If you check the dataset_imagenames folder, you’ll see files like nordland_imageNames_spring.txt for the Nordland dataset, listing the entire 27k images. The network is trained using the reference set of a VPR dataset. To train with more reference images, increase the Here are some example configurations for Nordland (3,300 images) and Oxford RobotCar (450 images). You can find these in non_modular_snn/single_snn_model_processing.py as well: Nordland:
Oxford RobotCar:
Let me know if you have more questions! |
Hello, I attempted to reproduce the code for non_modular_snn and noticed that in train mode, data is loaded only once, after which training is repeated solely with 10 images. Could you please advise if reproducing this requires modifying the method of data loading?
The text was updated successfully, but these errors were encountered: