zju3dv / ENeRF

SIGGRAPH Asia 2022: Code for "Efficient Neural Radiance Fields for Interactive Free-viewpoint Video"
https://zju3dv.github.io/enerf
Other
413 stars 28 forks source link

Run Enerf on a self-made zju-mocap #43

Closed CHDTevior closed 1 year ago

CHDTevior commented 1 year ago

I wanted to run Enerf on a dataset I made myself, which I got with EasyMocap and this link, Now I get file structure like this: image now I'm still missing files like new_vertices to run the visualization, how can I fix this? image

CHDTevior commented 1 year ago

And I also want to ask how to get mask file.

haotongl commented 1 year ago

Hi, thanks for your attention! The mask can be predicted by backgound matting (if you have clean background images) or SCHP: https://github.com/GoGoDuck912/Self-Correction-Human-Parsing model. The SCHP algorithm is supported by EasyMoCap.

CHDTevior commented 1 year ago

Thanks for your reply, I'll try it.

CHDTevior commented 1 year ago

If I directly copy the vertices file and name it new_vertices, I observed in previous questions that their functions seem to be the same, but the version generated by Easymocap is different