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 to reconstruct other scenes on DTU or BMVS #6

Open
yec22 opened this issue Nov 29, 2023 · 5 comments
Open

How to reconstruct other scenes on DTU or BMVS #6

yec22 opened this issue Nov 29, 2023 · 5 comments

Comments

@yec22
Copy link

yec22 commented Nov 29, 2023

Hi, thanks for the great work!

I'm curious about how to reconstruct other scenes on DTU or BMVS.
Can you kindly provide the code that you pre-process the data (especially how to get the 'eval_mask' and 'mvs_data')

Thanks,
Looking forward to your reply.

@hao-yu-wu
Copy link
Collaborator

hao-yu-wu commented Nov 29, 2023

Hi, some annotations in eval_mask come from IDR, and some are created by myself with remove.bg.
For cam.txt files in mvs_data, I simply copied them from DTU MVS repository and BlendedMVS repository.
Also, cameras.npz files are copied from VolSDF. VolSDF did some post-processing to cam.txt, so cam.txt and cameras.npz are in fact consistent with each other.

@yec22
Copy link
Author

yec22 commented Dec 6, 2023

Hi, thanks for the reply.
How about the 'pair.txt' in 'mvs_data'. I didn't find those files in 'DTU MVS repository'.
And, if I want to run S-VolSDF on my custom data, how can I get the 'pair.txt' files.

@hao-yu-wu
Copy link
Collaborator

Hi, I forgot to mention that I used pre-processed mvs_data (cam.txt, pair.txt) from TransMVSNet: "For DTU testing set, you can download the preprocessed DTU testing data (from Original MVSNet) and unzip it as the test data folder, which should contain one cams folder, one images folder and one pair.txt file."

If you have custom data, check this. It's COLMAP_reconstruction to mvs_data (cam.txt, pair.txt).
Then, apply this to get cameras.npz

@yec22
Copy link
Author

yec22 commented Dec 7, 2023

Thanks. I'll try.

@14Marchz
Copy link

Thanks. I'll try.

Hello! Could you please share the results of your tests in other DTU scenarios? Thank you.

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

3 participants