VirtualMarker
[CVPR 2023] Offical Pytorch implementation of "3D Human Mesh Estimation from Virtual Markers"
File Explorer
Download Latest Version (.zip)- vm_A_sym.npz
- vm_B_sym.npz
- vm_info.npz
- vm_A_sym.npz
- vm_B_sym.npz
- vm_info.npz
- vm_A_sym.npz
- vm_B_sym.npz
- vm_info.npz
- vm_A_sym.npz
- vm_B_sym.npz
- vm_info.npz
- baseline.sh
- test_h36m.sh
- test_pw3d.sh
- test_surreal.sh
- train_h36m.sh
- train_pw3d.sh
- train_surreal.sh
- baseline.yml
- baseline_h36m.yml
- baseline_pw3d.yml
- baseline_surreal.yml
- baseline_h36m.yml
- baseline_pw3d.yml
- baseline_surreal.yml
- demo_result1.gif
- demo_result2.gif
- demo_result3.gif
- demo_result4.gif
- demo_result5.gif
- pipeline.png
- quality_results.png
- virtualmarker.gif
- input.mp4
- inference.py
- main.py
- __init__.py
- base.py
- config.py
- function.py
- loss.py
- __init__.py
- demo_dataset.py
- hp3d.py
- human36m.py
- joints_dataset.py
- mscoco.py
- multiple_datasets.py
- pw3d.py
- surreal.py
- up3d.py
- HRnet.py
- MLP.py
- __init__.py
- noise_reduction.py
- simple3dmesh.py
- simple3dmesh_post.py
- simple3dpose.py
- aug_utils.py
- coord_utils.py
- funcs_utils.py
- mesh.py
- preprocessing.py
- smpl_utils.py
- vis.py
- __init__.py
- .gitignore
- LICENSE
- README.md
- requirements.sh
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/ShirleyMaxx/VirtualMarker
Downloads the entire project code from GitHub to your computer.
cd VirtualMarker
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install torch==1.7.1+cu101 torchvision==0.8.2+cu101 torchaudio==0.7.2 -f https://download.pytorch.org/whl/torch_stable.html
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
