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

Bug report: the sequential render results will jitter with spiral camera path #11

Open
chobao opened this issue Mar 22, 2022 · 0 comments

Comments

@chobao
Copy link

chobao commented Mar 22, 2022

Hi, I come across the problem when I render sequential images with the following configurations:

  • DTU data from official NeuS repository
  • use NeuS model trained on neurecon repository
  • render 45/90 images with downscale factor as 2
  • trajectory is generated by spiral camera path

I find both the generated video and sequential rendered images will jitter with render_view.py. The phenomenon occurs in the whole DTU sequence.
The generated jitter video of dtu_scan63 are as follows:

dtu_scan63_splitval_rgb_600x800_45_spiral.mp4

After checking the code carefully, I find the jitter will disappear when I replace the following code when rendering images:

bugreport_neurecon

But I think both of the implementations are correct and check that the angle difference of the 2 implementations is about 1e-3 degrees. So I can not find the exact reason for the problem.

With modification, the results are as follows :

dtu_scan63_splitval_rgb_600x800_45_spiral.mp4

Update:
I find when I set pixel_points_cam, p, as double , the jitter also will disappear

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

1 participant