chungyiweng / humannerf

HumanNeRF turns a monocular video of moving people into a 360 free-viewpoint video.
MIT License
786 stars 86 forks source link

Generating top-view for zju-mocap #61

Closed Dipankar1997161 closed 1 year ago

Dipankar1997161 commented 1 year ago

Thank you for the work @chungyiweng

I was wondering if the top view for the Zju-mocap subjects can be generated using this code. I tried using the "rotate_axis" variable, but a proper top view could not be rendered. If I could change the camera center, then possible top views could be generated???

Could you shed some light on what can I possibly look into?

Or

Do I have to create a custom dataset with the top-view camera, then do the smpl for every image, and then render the views??

I am new in this Radiance Field technique, so looking for some guidance.