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

foreground segmentation for neural body #129

Closed Dipankar1997161 closed 1 year ago

Dipankar1997161 commented 1 year ago

@pengsida HEY,

I have seen for the zju-mocap dataset, you have a folder called "mask_cihp" which is basically a foreground segmentation, probably used the original images and the black mask backgrround.

Could you recommend which module or tool can I possibly use to achieve this, since there are tons out there???

Thanks

chingswy commented 1 year ago

Check here

Dipankar1997161 commented 1 year ago

@chingswy Thanks for the response. I am doing that currently.
I got another question which was not answered in EasyMocap repo too..

For EasyMocap we need openpose to get the SMPL parameters.. but my system is Linux and as per OpenPose repo.. it fails to work well.

Is there any alternative that I can use in this scenario?

chingswy commented 1 year ago

We provide the yolo+hrnet mode, this can be used with simple PyTorch.