-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Question about how model_train sparse model is constructed
Dear dev,
I am currently building my own dataset following the Nerfbusters format and am trying to understand how the model_train sparse model is generated.
After inspecting the binary files under the colmap/ directory, I confirmed that the full sparse model (cameras / images / points3D) appears to be reconstructed using both train and test images.
However, I noticed something interesting:
- The
images.txtinsidemodel_trainappears to be identical to the one incolmap/. - But the
points3Dfile inmodel_traindiffers from the one incolmap/.
This raises a few questions:
- Is
model_trainconstructed by re-triangulating only the training images? - Or is it derived from the full sparse model by filtering out 3D points that are not observed by training images?
I am trying to faithfully reproduce the same structure for my own dataset, and I want to understand how the difference in points3D between colmap/ and model_train/ should be interpreted.
Thank you very much for your clarification.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels