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

About affine transformation #12

Closed
Korace0v0 opened this issue Sep 7, 2024 · 3 comments
Closed

About affine transformation #12

Korace0v0 opened this issue Sep 7, 2024 · 3 comments

Comments

@Korace0v0
Copy link

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, while depth is not transformed. Depth is then supervised by Lidar. As I can understand, if Affine model is used to transfrom 2D image, does depth also need to be transformed to align with rgb?

Thanks for your help!

@ziyc
Copy link
Owner

ziyc commented Sep 7, 2024

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.

@ziyc ziyc changed the title About Affine Model About affine transformation Sep 7, 2024
@ziyc ziyc pinned this issue Sep 7, 2024
@Korace0v0
Copy link
Author

I understand it. Thank you very much!

@pierremerriaux-leddartech

Hi @ziyc ,
i think there is a issue with Affine module gradient propagation, due to 0 mlp init. I proposed a PR here #38
thanks
Pierre

@ziyc ziyc unpinned this issue Oct 17, 2024
@ziyc ziyc pinned this issue Oct 17, 2024
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

3 participants