chungyiweng / humannerf

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

Human legs disappear when rendering? #46

Open cocoshe opened 1 year ago

cocoshe commented 1 year ago

I try to render novel poses according to #19 , but when I set

dst_poses[16*3+0] = 1.0  # +57deg
dst_poses[17*3+0] = -1.0  # -57deg

the human legs disappeared, I'm wondering why it happened? Because it beyond the range of rendering box?

https://user-images.githubusercontent.com/69197635/193456437-4ef9f4d7-3f91-4c65-aa73-444d64067b3a.mp4

image

image

image

And the armpit is strange too:

image

Any idea to improve it?