Custom dataset issues #125
Closed
l-fungus-l
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
My goal is to create a custom dataset trying replicating Colmap's format. I calculate my camera poses in terms of a rotation matrix, which I then convert to quaternion through scipy.spatial.transform.Rotation.as_quat() and write its center in the following format to create my images.bin (purposefully excluding the local camera coordinate system and only having an empty line instead):
The format for the custom points3D.bin is as follows(purposefully excluding the track information for each point after the error field):
While OpenSplat should not need the information I have excluded, when I try to train a model on this dataset I get the following error:
Is this from the missing information or does it mean that my dataset's calculations are off?
All reactions