You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: