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

custom dataset #6

Closed
grisaiakaziki opened this issue May 23, 2024 · 2 comments
Closed

custom dataset #6

grisaiakaziki opened this issue May 23, 2024 · 2 comments

Comments

@grisaiakaziki
Copy link

Excellent work!
I have a question: if I need to use my own dataset, how should I process it? Also, does depth have a significant impact on performance? Thank you.

@grisaiakaziki
Copy link
Author

How should I process the COLMAP dataset?

@yashkant
Copy link
Owner

yashkant commented May 27, 2024

thanks for checking out spad!

using own dataset

if you wish to train spad on custom data, you can use the dataloader from zero123, which has the same coordinate system as spad.

for each item in your dataset, can easily compute plucker coordinates and epipolar mask using this function from spherical coordinates. these will be used during in the forward pass.

colmap dataset

you will have to preprocess colmap dataset by centering the points to origin and rescaling the scene to fixed bounds (say -1 to 1). also, you will have to convert them to blender/pytorch coordinate systems (see here and here).

@yashkant yashkant mentioned this issue Aug 9, 2024
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