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

Have any one tried on custom dataset? I just tried the model and these are my result. #22

Open
wzy-99 opened this issue Nov 11, 2024 · 1 comment

Comments

@wzy-99
Copy link

wzy-99 commented Nov 11, 2024

I tried several custom samples using mixRe10kDl3dv_512x512.ckpt. For intrinstics, I set fx=fy=1.0, cx=0.5, cy=0.5. For non-square images, I just center crop to process them.

  1. Sora Data

    I use the images token from Figure 3 in the arxiv pdf file.

    The firsrt view is:

    image3

    The secord view is:

    image2

    The result looks nomal:

    image

    But when I change the input sequence order:

    The firsrt view is:

    image2

    The secord view is:

    image3

    The reuslt looks more warpped:

    image

  2. toy vehicle

    image

    image

    image

  3. waymo

    0017068

    0017061

    image

  4. mount

    Screenshot 2024-11-10 233709

    Screenshot 2024-11-10 233753

    image

The results are satisfactory in the center area and near the camera's source position, but they deteriorate with significant changes in the view.

(I also create a gradio app to test custom data at https://github.com/wzy-99/NoPoSplat-gradio )

@botaoye
Copy link
Collaborator

botaoye commented Nov 11, 2024

Hi, thank you for your great efforts. As pixelSplat suggests, the Gaussians at the boundaries are generally of lower quality because they are less constrained during training. As a result, these Gaussians may be large and cover other Gaussians as shown in your figures. Therefore, one suggestion is to remove the Gaussian corresponding to the image boundary (e.g. 14 pixels for a resolution of 512x512). I'm busy with other work right now and will update the demo when I have time.

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