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

Test with custom chair from synthetic Nerf dataset #30

Open
emres8 opened this issue Jul 8, 2021 · 3 comments
Open

Test with custom chair from synthetic Nerf dataset #30

emres8 opened this issue Jul 8, 2021 · 3 comments

Comments

@emres8
Copy link

emres8 commented Jul 8, 2021

I am trying to test the pre-trained srn-chair model for custom data. I am working on the synthetic chair model from Nerf paper since camera intrinsics and rotation matrix for each image is available.

Approach
Downsampled images to 128x128, filled their transparent backgrounds with white.
Updated some of the parameters with respect to the usage in Nerf code, explicitly: elevation,z_near,z_far.

Visual results from gen_video.py have three main problems:

  1. Some of the generated rays aren't connected with the main part of the object (probably related to focal length or depth)
  2. Although rotation matrices are given, in the results images are rotated in a wrong way.
  3. When using multiple images as input, the output becomes messier.

It seems the problems may occur because simply the chair model doesn't belong to the dataset. Still, do you have any suggestions?

@emres8
Copy link
Author

emres8 commented Jul 8, 2021

videot0000_v001-2.mp4

an example output generated using single image

@william2ai
Copy link

Did this question fixed? @emres8

@yuliangguo
Copy link

yuliangguo commented Oct 24, 2023

@emres8 I also realize such rendering artifact happens very often even the model is familier with the object category. Have you found any solution to those duplicated artifacts in backgroudn so far?

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

3 participants