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

Jitter operations for renderings #13

Open
mworchel opened this issue Jan 4, 2020 · 1 comment
Open

Jitter operations for renderings #13

mworchel opened this issue Jan 4, 2020 · 1 comment
Labels
enhancement New feature or request low priority

Comments

@mworchel
Copy link
Owner

mworchel commented Jan 4, 2020

The reference code uses jittering of light and view positions, when generating artificial input images. We should support this as well, although it's low priority.

See file helpers.py line 236 for reference.

@mworchel mworchel added enhancement New feature or request low priority labels Jan 4, 2020
@mworchel
Copy link
Owner Author

mworchel commented Jan 5, 2020

Just as a note: Jittering of renderings is used to simulate small misalignments of the input images (homographies are not perfect). The idea is to render images that are slightly larger than the desired image size and then do a cropping with random offset to the target image size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant