ChikaYan / d2nerf

Apache License 2.0
185 stars 14 forks source link

Colmap calibration. #19

Closed FreemanG closed 8 months ago

FreemanG commented 8 months ago

Thanks for sharing this work.

Your paper mentioned that "we do not apply any masks when registering real-world images using COLMAP". I wonder if your estimated camera poses are good enough for reconstruction, especially when performing SfM on a dynamic scene.

ChikaYan commented 8 months ago

Hi, thanks for your interest in our work.

We follow HyperNeRF's preprocessing code to COLMAP. For all scenes that succeeded with COLMAP, we observed good quality with the estimated camera poses. Typically, if the dynamic object does not occlude too much of the view, and if it doesn't have too much texture, the quality of camera poses would be higher.

Hope that helps!