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

Datasets #3

Open
Robot-zeg opened this issue May 22, 2024 · 3 comments
Open

Datasets #3

Robot-zeg opened this issue May 22, 2024 · 3 comments

Comments

@Robot-zeg
Copy link

I downloaded the preprocessed dataset(baselines_data.zip) from https://drive.google.com/file/d/1RU7EH8SuS0jVbRj-Y4I1KASauoMg5Rcs/view?usp=drive_link. I obtained the file structure as shown in the picture.

  1. How to divide the training and testing sets?
  2. I am confused about the file name. (Matterport3D: 1.0, 1.5, and 2.0 meters and Replica: 1.0 meters in the paper.)
    image
@thucz
Copy link
Owner

thucz commented May 22, 2024

  1. It doesn't contain the training data I used for PanoGRF. mp3d is preprocessed for my baselines(NeuRay, IBRNet). Replica is also used for testing in PanoGRF and my baselines(NeuRay and IBRNet).

If you want to get the training data, follow the steps in the README.md

  1. The number means the distance between the training view and the middle test view, not the number of camera baseline in paper, which means the distance between the training views. In our experiments, replica_0.5 corresponds to 1.0meter in the paper.

@Robot-zeg
Copy link
Author

Thank you very much for your reply! I found the code for preprocessing Replica and Residential in dataset.
Where is the preprocess code for MP3D datasets?
Thank you!

@thucz
Copy link
Owner

thucz commented May 23, 2024

See the guidance in the first part of README.md. There is no unique script for preprocessing MP3D. The preprocessing code is fused in the dataloader file for 360 MVS depth and monocular depth estimation.

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

2 participants