zju3dv / neuralbody

Code for "Neural Body: Implicit Neural Representations with Structured Latent Codes for Novel View Synthesis of Dynamic Humans" CVPR 2021 best paper candidate
Other
907 stars 130 forks source link

自制zju_mocap数据集,如何获取animatable_nerf中'lbs'文件夹下的所有所需要的.npy文件呢? #139

Closed 13136983989 closed 1 year ago

13136983989 commented 1 year ago

image 我们的目标是自建一个可以在animatable_nerf上使用的类似ZJU_MoCap的数据,我们注意到animatable_nerf需要数据集中\lbs\文件夹下包含图片所示的这些文件。这些文件该怎么获取?lbs\bweights文件夹下的.npy文件呢?

我们前两天在animatable_nerf下问了同样的问题,期待并感谢您的解答。

13136983989 commented 1 year ago

code 也许是这个吧?

pengsida commented 1 year ago

animatable nerf现在的代码可以不需要lbs\bweights文件夹下的.npy文件了。

pengsida commented 1 year ago

请查看这个config文件中的代码文件:https://github.com/zju3dv/animatable_nerf/blob/master/configs/aligned_nerf_pdf/aligned_aninerf_pdf_s9p.yaml

GloryyrolG commented 6 months ago

animatable nerf现在的代码可以不需要lbs\bweights文件夹下的.npy文件了。

@pengsida May I ask how you generate bweights since some work still use it? Thx & Rgds,