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

Manually set the new wanted target view #68

Open
muses0229 opened this issue May 23, 2023 · 8 comments
Open

Manually set the new wanted target view #68

muses0229 opened this issue May 23, 2023 · 8 comments

Comments

@muses0229
Copy link

Hi,
I'd like to know how to manually set the new wanted target view in code?
like the default synthesis view is 90°,and how can I change it to 45°?

@Dipankar1997161
Copy link

do you mean, changing the rendering viewpoint?

Hi, I'd like to know how to manually set the new wanted target view in code? like the default synthesis view is 90°,and how can I change it to 45°?

do you mean changing the rendering viewpoint?

@muses0229
Copy link
Author

yeah,how can change it?

@Dipankar1997161
Copy link

Dipankar1997161 commented Jun 2, 2023

yeah,how can change it?

Check where the camera.pkl file is loaded. Over there you can write a simple logic to overwrite the initial camera view point for rendering by playing with "Extrinsic" camera params.

Your new views will be created.

Also are you working on Custom video or Zju-mocap?

@muses0229
Copy link
Author

thank you very much.
I'm working on zju-mocap.

@muses0229
Copy link
Author

I didn't find camera.pkl in zju-mocap,is the name not correct or it's not in zju-mocap?

@Dipankar1997161
Copy link

I didn't find camera.pkl in zju-mocap,is the name not correct or it's not in zju-mocap?

You won't find camera.pkl in zju-mocap. That file is found after using the process_dataset.py in humannerf.

Check the code "Train.py" in humannerf. It's loaded there

@muses0229
Copy link
Author

Thank you.I got it.

@Dipankar1997161
Copy link

Thank you.I got it.

You are welcome. If you need any assistance further, let us know here

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