huangyangyi / ELICIT

[ICCV 2023] One-shot Implicit Animatable Avatars with Model-based Priors

Home Page:https://huangyangyi.github.io/ELICIT/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mesh generate

JACKYLUO1991 opened this issue · comments

Thanks for open source, I'm interested in mesh generation, will this part be open source at some point in the future?

@huangyangyi The training process often shows 100% GPU utilization and the code gets stuck...

We support mesh generation in the current as an experimental feature. Using fashion/fs4235_m394 as an example, you can add the following configs to finetune.yaml.

mesh:
  dataset_module: 'core.data.human_nerf.mesh'
  dataset: 'fashion_fs4235_m394_test'
  render_gt_view: True

And run python run.py --type mesh --cfg $YOUR_CONFIG to generate the mesh.
We are still working on extracting better meshes from the NeRF model. For the training problem, please open a new issue and provide more details in it to help us debug.