update doc
This commit is contained in:
parent
4f524308a1
commit
ffc10e3b24
114
.gitignore
vendored
Normal file
114
.gitignore
vendored
Normal file
@ -0,0 +1,114 @@
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
MANIFEST
|
||||
|
||||
# PyInstaller
|
||||
# Usually these files are written by a python script from a template
|
||||
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||
*.manifest
|
||||
*.spec
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
pip-delete-this-directory.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
nosetests.xml
|
||||
coverage.xml
|
||||
*.cover
|
||||
.hypothesis/
|
||||
.pytest_cache/
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
*.pot
|
||||
|
||||
# Django stuff:
|
||||
local_settings.py
|
||||
db.sqlite3
|
||||
|
||||
# Flask stuff:
|
||||
instance/
|
||||
.webassets-cache
|
||||
|
||||
# Scrapy stuff:
|
||||
.scrapy
|
||||
|
||||
# Sphinx documentation
|
||||
docs/_build/
|
||||
|
||||
# PyBuilder
|
||||
target/
|
||||
|
||||
# Jupyter Notebook
|
||||
.ipynb_checkpoints
|
||||
|
||||
# pyenv
|
||||
.python-version
|
||||
|
||||
# celery beat schedule file
|
||||
celerybeat-schedule
|
||||
|
||||
# SageMath parsed files
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
ENV/
|
||||
env.bak/
|
||||
venv.bak/
|
||||
|
||||
# Spyder project settings
|
||||
.spyderproject
|
||||
.spyproject
|
||||
|
||||
# Rope project settings
|
||||
.ropeproject
|
||||
|
||||
# mkdocs documentation
|
||||
/site
|
||||
|
||||
# mypy
|
||||
.mypy_cache/
|
||||
.vscode
|
||||
.tensorboard
|
||||
exp/coco*
|
||||
*.pth
|
||||
*.weights
|
||||
.idea
|
||||
output
|
||||
data
|
||||
.DS*
|
||||
*.txt
|
||||
code/estimator/CenterNet
|
10
Readme.md
10
Readme.md
@ -2,8 +2,8 @@
|
||||
* @Date: 2021-01-13 20:32:12
|
||||
* @Author: Qing Shuai
|
||||
* @LastEditors: Qing Shuai
|
||||
* @LastEditTime: 2021-01-14 20:46:21
|
||||
* @FilePath: /EasyMocapRelease/Readmd.md
|
||||
* @LastEditTime: 2021-01-14 21:22:36
|
||||
* @FilePath: /EasyMocapRelease/Readme.md
|
||||
-->
|
||||
# EasyMocap
|
||||
**EasyMocap** is an open-source toolbox for **markerless human motion capture**.
|
||||
@ -11,11 +11,11 @@
|
||||
## Results
|
||||
|:heavy_check_mark: Skeleton|:heavy_check_mark: SMPL|
|
||||
|----|----|
|
||||
|![repro](doc/feng/repro_512.gif)|![repro](doc/feng/smpl_512.gif)||
|
||||
|![repro](doc/feng/repro_512.gif)|![smpl](doc/feng/smpl_512.gif)|
|
||||
|
||||
|:black_square_button: Whole Body|:black_square_button: [Detailed Mesh](https://zju3dv.github.io/neuralbody/)|
|
||||
|----|----|
|
||||
|<div align="center"><img src="doc/feng/total_512.gif" height="200" alt="3DPW" align=center /></div>|<div align="center"><img src="doc/feng/body_256.gif" height="200" width="200" alt="3DPW" align=center />
|
||||
|<div align="center"><img src="doc/feng/total_512.gif" height="200" alt="mesh" align=center /></div>|<div align="center"><img src="doc/feng/body_256.gif" height="200" width="200" alt="mesh" align=center />
|
||||
</div>|
|
||||
|
||||
## Installation
|
||||
@ -35,7 +35,7 @@ data
|
||||
To download the *SMPL-X* model go to [this project website](https://smpl-x.is.tue.mpg.de) and register to get access to the downloads section. -->
|
||||
|
||||
## Quick Start
|
||||
We provide an example multiview dataset[OneDrive](). After downloading the dataset, you can run the following example scripts.
|
||||
We provide an example multiview dataset[[dropbox]()][[BaiduDisk]()]. After downloading the dataset, you can run the following example scripts.
|
||||
```bash
|
||||
data=path/to/data
|
||||
out=path/to/output
|
||||
|
BIN
doc/feng/body_256.gif
Normal file
BIN
doc/feng/body_256.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
BIN
doc/feng/repro_256.gif
Normal file
BIN
doc/feng/repro_256.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 MiB |
BIN
doc/feng/repro_512.gif
Normal file
BIN
doc/feng/repro_512.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.4 MiB |
BIN
doc/feng/smpl_512.gif
Normal file
BIN
doc/feng/smpl_512.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
BIN
doc/feng/total_512.gif
Normal file
BIN
doc/feng/total_512.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.0 MiB |
Loading…
Reference in New Issue
Block a user