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

Relighting and NVS script #45

Open
dehezhang2 opened this issue Apr 16, 2024 · 1 comment
Open

Relighting and NVS script #45

dehezhang2 opened this issue Apr 16, 2024 · 1 comment

Comments

@dehezhang2
Copy link

Hi,
Thanks for sharing the code and the data. May I ask if it is possible to share the script for nvs and relighting with test camera pose (transforms_test.json) in the blender dataset?

@liuyuan-pal
Copy link
Owner

Hi, for the novel view synthesis, you may use this interface

def nvs(self, pose, K, h, w):

The pose is a 3x4 matrix with [R; t], which is a world-to-camera pose in the opencv style.
Relighting is the same as the provided relighting script but changes a little bit on the pose.

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