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

How to get annots.npy file similar to zju-mocap dataset #160

Closed CHDTevior closed 10 months ago

CHDTevior commented 10 months ago

Thanks for your team's contribution!

I noticed that the annots.npy file I generated after using the easymocap command is different,

python scripts/preprocess/extract_video.py 3_input\project --openpose F:\EasyMocap\openpose

python apps/demo/mocap.py F:\EasyMocap\EasyMocap\3_input\project

and the one generated by the get_annots.py script you provided in this project is what it should be. How can I get the correct annots.npy document?

CHDTevior commented 10 months ago

My purpose is to use the self-built zju-mocap-like dataset to complete finetune in enerf. I noticed that you said in an issue that Enerf uses the neuralbody data format. @haotongl

CHDTevior commented 10 months ago

It's a path problem, it has been solved