You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
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.
The text was updated successfully, but these errors were encountered: