google / nerfies

This is the code for Deformable Neural Radiance Fields, a.k.a. Nerfies.
https://nerfies.github.io
Apache License 2.0
1.59k stars 215 forks source link

Small bug on pixel_aspect_ratio? #42

Open apple2373 opened 2 years ago

apple2373 commented 2 years ago

pixel_aspect_ratio is always one because of pixel_aspect_ratio=colmap_camera.fx / colmap_camera.fx

Strictly, it should be pixel_aspect_ratio=colmap_camera.fy / colmap_camera.fx