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

Training on multiple images per scene #16

Closed
NagabhushanSN95 opened this issue Jan 10, 2022 · 2 comments
Closed

Training on multiple images per scene #16

NagabhushanSN95 opened this issue Jan 10, 2022 · 2 comments

Comments

@NagabhushanSN95
Copy link

Hi,

I noticed in your code that there is an option to train MINE with multiple images as input. In that case, there is no scale ambiguity, right? Can you give an example of a data-loader for that case?

@vincentfung13
Copy link
Owner

Hi,

Theoretically, it is indeed possible to make MINE take multiple images as input, so there will be no scale ambiguity if we are only training with one single scene. For multiple scenes, we will still need to align the scale of the current scene and the scale of the model output (as set here: https://github.com/vincentfung13/MINE/blob/main/configs/params_default.yaml#L26).

Hope this helps,
Zijian

@NagabhushanSN95
Copy link
Author

Okay, thank you!

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