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

While running multiple experiments on the same scene with different SDF resolutions, the reference image size does not updated. #13

Closed
yilmazdoga opened this issue Dec 6, 2022 · 1 comment

Comments

@yilmazdoga
Copy link

I have encountered an issue while running multiple experiments back to back on the same scene with different SDF resolutions. It seems like the reference images are not re-rendered even when the resolution is changed.

Running following commends back to back in my case reproduces the issue.

CUDA_VISIBLE_DEVICES=0 python optimize.py chair --optconfig principled-12
CUDA_VISIBLE_DEVICES=0 python optimize.py chair --optconfig principled-12-hqq

After the process finishes the first experiments results are as expected but when I check the results of the second one, the reference images look like the one I attached below.

ref-01

When I delete the contents of the "differentiable-sdf-rendering/outputs/renders" and re-run the second experiment, the problem seems to be resolved.

The problem may be caused by something I misunderstood, if that is the case please ignore the issue. Thank you for the extremely clean and tidy code and repository.

@yilmazdoga
Copy link
Author

It seems that update camera function is missing a line, I found the solution in the link below.

#11

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