Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I use my own data to train and test? #16

Closed
gwxxx opened this issue Aug 30, 2024 · 4 comments
Closed

How can I use my own data to train and test? #16

gwxxx opened this issue Aug 30, 2024 · 4 comments

Comments

@gwxxx
Copy link

gwxxx commented Aug 30, 2024

No description provided.

@Yenhongxuan
Copy link

I have the same question. How can I train and evaluate on dataset like ScanNet? Also, how to prepare the ground truth pose in ScanNet so that we use the ground truth pose for evaluating pose estimation instead of using poses from COLMAP?

@kairunwen
Copy link
Contributor

How can I use my own data to train and test?

Hi, we slightly modified the FSGS script to obtain the ground truth pose and other relevant data. Feel free to modify it for your own dataset.

@Yenhongxuan
Copy link

Yenhongxuan commented Sep 11, 2024

How can I use my own data to train and test?

Hi, we slightly modified the FSGS script to obtain the ground truth pose and other relevant data. Feel free to modify it for your own dataset.

Sorry, the script provided seems to retrieve poses and other data from the original COLMAP data if I don't misunderstand. However, it appears that only RGB images and images.bin (Used to evaluate the pose estimation) are needed. How could I generate the poses using ground truth poses from ScanNet but not retrieve them from COLMAP data?

Please correct me if there are any mistakes.

@kairunwen
Copy link
Contributor

kairunwen commented Sep 11, 2024

Sorry, the script provided seems to retrieve poses and other data from the original COLMAP data if I don't misunderstand. However, it appears that only RGB images and images.bin (Used to evaluate the pose estimation) are needed. How could I generate the poses using ground truth poses from ScanNet but not retrieve them from COLMAP data?
Please correct me if there are any mistakes.

You can write a script to read ScanNet data and save it in COLMAP format.
Reference:
(1) https://github.com/colmap/colmap/blob/main/scripts/python/read_write_model.py
(2) https://github.com/graphdeco-inria/gaussian-splatting/blob/main/scene/colmap_loader.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants