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

Can you provide some guidance on preparing the custom dataset? #5

Open
Yellowshuohahaha opened this issue Apr 5, 2024 · 2 comments

Comments

@Yellowshuohahaha
Copy link

No description provided.

@XJay18
Copy link
Collaborator

XJay18 commented Apr 10, 2024

Hi, basically, you need to:

  1. Prepare a dataset with images and camera information;
  2. Obtain corresponding pointcloud data from lidar sensors;
  3. Preprocess pointcloud data (e.g., denoising and downsampling);
  4. Visualize 3D pointcloud along with cameras, and define the foreground region to cover the view frustums;
  5. Implement a custom dataparser in NeRFStudio, which reads images, camera information, and pointcloud data.

You may refer to this link, where I uploaded the code for preprocessing Argoverse2.

@Yellowshuohahaha
Copy link
Author

@XJay18 Thank you! It is helpful for me!

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