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

How many steps to train roma_outdoor? #87

Closed
Zhimin00 opened this issue Nov 19, 2024 · 4 comments
Closed

How many steps to train roma_outdoor? #87

Zhimin00 opened this issue Nov 19, 2024 · 4 comments

Comments

@Zhimin00
Copy link

Zhimin00 commented Nov 19, 2024

I notice the length of megadepth_train is 9,903,321, and the number of total training steps is (32*250,000) = 8,000,000

megadepth_train1 = mega.build_scenes( split="train_loftr", min_overlap=0.01, shake_t=32, use_horizontal_flip_aug = use_horizontal_flip_aug, rot_prob = rot_prob, ht=h,wt=w, )
megadepth_train2 = mega.build_scenes( split="train_loftr", min_overlap=0.35, shake_t=32, use_horizontal_flip_aug = use_horizontal_flip_aug, rot_prob = rot_prob, ht=h,wt=w, )
megadepth_train = ConcatDataset(megadepth_train1 + megadepth_train2)

@Parskatt
Copy link
Owner

Yes, that's correct.

@Zhimin00
Copy link
Author

Why do you use less steps than the whole training dataset?

@Parskatt
Copy link
Owner

Yes, it doesnt matter much, as dataset is pairs, not images.

@Zhimin00
Copy link
Author

Thank you for your reply.

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