google-research / multinerf

A Code Release for Mip-NeRF 360, Ref-NeRF, and RawNeRF
Apache License 2.0
3.62k stars 341 forks source link

the rendered image and the training image are not completely aligned #63

Open ouyangjiacs opened 1 year ago

ouyangjiacs commented 1 year ago

Under the same post, the rendered image and the training image are not completely aligned. How can I adjust the code to solve this problem? Or there is no solution at all?

jonbarron commented 1 year ago

I'm not sure how to help. Can you post images?

If your camera calibration is off, you should expect to see misalignment between images and the renderings.

ouyangjiacs commented 1 year ago

Can you tell me where to open camera calibration? In the colmap phase or in the train phase or render phase?

ouyangjiacs commented 1 year ago

At which stage do I adjust this parameter distortion_params, I can't find an interface to use this parameter.