-
Notifications
You must be signed in to change notification settings - Fork 87
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
Comments
do you mean, changing the rendering viewpoint?
do you mean changing the rendering viewpoint? |
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? |
thank you very much. |
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 |
Thank you.I got it. |
You are welcome. If you need any assistance further, let us know here |
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°?
The text was updated successfully, but these errors were encountered: