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

Dataset preparation #6

Open
navidroo opened this issue Jun 15, 2024 · 0 comments
Open

Dataset preparation #6

navidroo opened this issue Jun 15, 2024 · 0 comments

Comments

@navidroo
Copy link

navidroo commented Jun 15, 2024

Hi,

I noticed that in the common/data_prepare/VIVID_raw_loader.py the validation dataset is defined as part of the test dataset:

self.indoor_train_list = ['indoor_aggresive_global', 'indoor_unstable_local', 'indoor_robust_global', 'indoor_robust_local', 'indoor_unstable_global']
self.indoor_val_list = ['indoor_robust_dark', 'indoor_aggresive_local']
self.indoor_test_list = ['indoor_robust_dark', 'indoor_robust_varying', 'indoor_aggresive_dark', 'indoor_unstable_dark', 'indoor_aggresive_local']
self.outdoor_train_list = ['outdoor_robust_day1', 'outdoor_robust_day2']
self.outdoor_val_list = ['outdoor_robust_night1']
self.outdoor_test_list = ['outdoor_robust_night1', 'outdoor_robust_night2']

Could you please tell me the reason?

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

1 participant