ExAvatar_RELEASE
Official PyTorch implementation of "Expressive Whole-Body 3D Gaussian Avatar", ECCV 2024.
File Explorer
Download Latest Version (.zip)- teaser_compressed.gif
- base.cpython-39.pyc
- logger.cpython-39.pyc
- timer.cpython-39.pyc
- layer.cpython-39.pyc
- loss.cpython-39.pyc
- module.cpython-39.pyc
- layer.py
- loss.py
- module.py
- dir.cpython-311.pyc
- dir.cpython-39.pyc
- flame.cpython-39.pyc
- preprocessing.cpython-39.pyc
- smpl_x.cpython-39.pyc
- transforms.cpython-39.pyc
- vis.cpython-39.pyc
- smpl2smplh.yaml
- smpl2smplx.yaml
- smplh2smpl.yaml
- smplh2smplx.yaml
- smplh2smplx_as.yaml
- smplh2smplx_onepose.yaml
- smplx2smpl.yaml
- smplx2smplh.yaml
- demo.py
- demo_layers.py
- vis_flame_vertices.py
- vis_mano_vertices.py
- __init__.py
- body_models.py
- joint_names.py
- lbs.py
- utils.py
- vertex_ids.py
- vertex_joint_selector.py
- __init__.py
- clean_ch.py
- merge_smplh_mano.py
- README.md
- amass_sample.npz
- __init__.py
- body_model_defaults.py
- cmd_parser.py
- dataset_defaults.py
- defaults.py
- loss_defaults.py
- optim_defaults.py
- utils_cfg.py
- __init__.py
- mesh.py
- __init__.py
- build.py
- transfer.md
- __init__.py
- losses.py
- utils.py
- __init__.py
- minimize.py
- optim_factory.py
- __init__.py
- def_transfer.py
- mesh_utils.py
- metrics.py
- np_utils.py
- o3d_utils.py
- pose_utils.py
- timer.py
- torch_utils.py
- typing.py
- __init__.py
- __main__.py
- merge_output.py
- README.md
- transfer_model.py
- view_pkl.py
- write_obj.py
- .gitignore
- LICENSE
- README.md
- setup.py
- dir.py
- flame.py
- preprocessing.py
- smpl_x.py
- transforms.py
- vis.py
- base.py
- logger.py
- timer.py
- Custom.cpython-39.pyc
- Custom.py
- NeuMan.cpython-39.pyc
- NeuMan.py
- config.cpython-311.pyc
- config.cpython-39.pyc
- model.cpython-39.pyc
- animate.py
- animate_view_rot.py
- config.py
- get_neutral_pose.py
- model.py
- test.py
- train.py
- eval_neuman.py
- prepare_fit_pose_to_test.py
- README.md
- base.cpython-39.pyc
- logger.cpython-39.pyc
- timer.cpython-39.pyc
- layer.cpython-39.pyc
- loss.cpython-39.pyc
- layer.py
- loss.py
- dir.cpython-39.pyc
- flame.cpython-39.pyc
- preprocessing.cpython-39.pyc
- smpl_x.cpython-39.pyc
- transforms.cpython-39.pyc
- vis.cpython-39.pyc
- smpl2smplh.yaml
- smpl2smplx.yaml
- smplh2smpl.yaml
- smplh2smplx.yaml
- smplh2smplx_as.yaml
- smplh2smplx_onepose.yaml
- smplx2smpl.yaml
- smplx2smplh.yaml
- demo.py
- demo_layers.py
- vis_flame_vertices.py
- vis_mano_vertices.py
- __init__.py
- body_models.py
- joint_names.py
- lbs.py
- utils.py
- vertex_ids.py
- vertex_joint_selector.py
- __init__.py
- clean_ch.py
- merge_smplh_mano.py
- README.md
- amass_sample.npz
- __init__.py
- body_model_defaults.py
- cmd_parser.py
- dataset_defaults.py
- defaults.py
- loss_defaults.py
- optim_defaults.py
- utils_cfg.py
- __init__.py
- mesh.py
- __init__.py
- build.py
- transfer.md
- __init__.py
- losses.py
- utils.py
- __init__.py
- minimize.py
- optim_factory.py
- __init__.py
- def_transfer.py
- mesh_utils.py
- metrics.py
- np_utils.py
- o3d_utils.py
- pose_utils.py
- timer.py
- torch_utils.py
- typing.py
- __init__.py
- __main__.py
- merge_output.py
- README.md
- transfer_model.py
- view_pkl.py
- write_obj.py
- .gitignore
- LICENSE
- README.md
- setup.py
- dir.py
- flame.py
- preprocessing.py
- smpl_x.py
- transforms.py
- vis.py
- base.py
- logger.py
- timer.py
- Custom.cpython-39.pyc
- Custom.py
- NeuMan.cpython-39.pyc
- NeuMan.py
- XHumans.cpython-39.pyc
- XHumans.py
- config.cpython-39.pyc
- model.cpython-39.pyc
- config.py
- fit.py
- model.py
- unwrap.py
- datasets.py
- deca.py
- demo_reconstruct.py
- topdown_demo_with_mmdet.py
- run_colmap.py
- run_deca.py
- run_depth_anything.py
- run_hand4whole.py
- run_mmpose.py
- run_sam.py
- copy_code.py
- extract_frames.py
- make_virtual_cam_params.py
- run.py
- smooth_smplx_params.py
- README.md
- environment.yml
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/mks0601/ExAvatar_RELEASE
Downloads the entire project code from GitHub to your computer.
cd ExAvatar_RELEASE
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
pip install .
Installs the package published on PyPI directly β no need to clone the source.
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
