-
Notifications
You must be signed in to change notification settings - Fork 62
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
About affine transformation #12
Comments
Hi @Korace0v0, This is a very good question. Affine transformation was used in Urban Radiance Field (section 4.1.1) to handle inconsistent exposure of images. A similar exposure situation occurs in driving data. For images within the same sequence, the exposure, color balance might differ across cameras and frames. These inconsistencies could hurt the reconstruction quality. The affine transformation is used to encode camera-specific features related to color balance, exposure etc. This way, the inconsistent exposures won't be fitted by the scene representation. |
I understand it. Thank you very much! |
Hi, thanks for your great work.
I am confused about the `Affine' model, which is used to transfrom 2D rgb image. I could not understant it's effect. Why do we really need this transformation?
It seems affine transformation is only applied to
rgb_sky_blend
, whiledepth
is not transformed.Depth
is then supervised by Lidar. As I can understand, ifAffine
model is used to transfrom 2D image, doesdepth
also need to be transformed to align with rgb?Thanks for your help!
The text was updated successfully, but these errors were encountered: