Caoang327 / HexPlane

Official code for CVPR 2023 Paper, HexPlane: A Fast Representation for Dynamic Scenes
MIT License
242 stars 24 forks source link

How to generate a camera pose for a novel view? #4

Closed jelleopard closed 1 year ago

jelleopard commented 1 year ago

Hello, first of all thanks for sharing you work! How to generate a camera pose like the one you show in the demo of https://caoang327.github.io/HexPlane/. Synthesis Results for Dynamic Scenes. Can you provide the code to generate the new pose?

jelleopard commented 1 year ago

https://caoang327.github.io/HexPlane/videos/Virtual_Camera_Cut_roasted_beef.mp4

Caoang327 commented 1 year ago

They are in this function: https://github.com/Caoang327/HexPlane/blob/e170008e6847f0cdb86c27257b00a0a3beb60525/hexplane/dataloader/neural_3D_dataset_NDC.py#LL266C21-L266C21

jelleopard commented 1 year ago

Thank you for your reply.