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

about test on co3d with pre-trained model #33

Open
boxuLibrary opened this issue May 30, 2024 · 2 comments
Open

about test on co3d with pre-trained model #33

boxuLibrary opened this issue May 30, 2024 · 2 comments

Comments

@boxuLibrary
Copy link

Hi, I tested the pre-trained model on the co3d dataset. However, the results seem very bad. I checked 1: the intrinsic and extrinsic parameters of the input with the epipolar model. 2 I checked the reshaped images for 256 * 256. 3: I adjusted the depth of the near and far carefully. I wonder if is it because of the generalizability of the pre-trained model? Thank you so much.
235_24641_51707_05
000017_render

@boxuLibrary
Copy link
Author

More rendered pic can be found:
000001_render
000013_render

@donydchen
Copy link
Owner

donydchen commented May 31, 2024

Hi @boxuLibrary, I think it's probably because the baseline between the input views is too wide. When training on RE10K, we assume there are enough overlaps between the input source views, which we achieve by constraining the frame distance.

Below is a typical example of the overlap between the RE10K input views. The second column shows the regions that overlap with the other input view.
image

You can test on two other input views with larger overlaps, similar to the one we chose for the DTU testing. That should work better.

You can also visualize the overlaps between the input by using the code snippets from the pixelSplat project at here.

Still, these are interesting findings, although I do expect that the released model might not perform well on object-centric scenes since it is trained on RE10K. I might also find time to look into the CO3D dataset, but no guarantee...

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