.gitignore
CHANGELOG.md
LICENSE
README.md
pyproject.toml
.github/workflows/python-publish.yml
benchmark/README.md
benchmark/benchmark_levels.png
benchmark/benchmark_pareto.png
benchmark/compression_benchmark.pdf
benchmark/compression_benchmark.png
benchmark/compression_benchmark.svg
benchmark/compression_vs_error.pdf
benchmark/compression_vs_error.png
benchmark/compression_vs_error.svg
benchmark/plot_results.py
benchmark/prepare_test_data.py
benchmark/quantization_error.pdf
benchmark/quantization_error.png
benchmark/quantization_error.py
benchmark/quantization_theory.pdf
benchmark/quantization_theory.png
benchmark/results.db
benchmark/run_benchmark.sh
benchmark/run_benchmarks.py
docs/Makefile
docs/abbrev_long.bib
docs/benchmarks.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/quantization-theory.rst
docs/quantization_theory.pdf
docs/quantization_theory.tex
docs/references.bib
docs/storage-format.rst
docs/_static/smpl_scan_order.png
docs/_static/styles/my_theme.css
docs/_templates/copyright.html
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/attribute.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/data.rst
docs/_templates/autoapi/python/exception.rst
docs/_templates/autoapi/python/function.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/module.rst
docs/_templates/autoapi/python/package.rst
docs/_templates/autoapi/python/property.rst
scripts/optimize_vertex_order.py
src/bodycompress/__init__.py
src/bodycompress/_version.py
src/bodycompress/backends.py
src/bodycompress/bodycompress.py
src/bodycompress/vertex_order.py
src/bodycompress.egg-info/PKG-INFO
src/bodycompress.egg-info/SOURCES.txt
src/bodycompress.egg-info/dependency_links.txt
src/bodycompress.egg-info/requires.txt
src/bodycompress.egg-info/scm_file_list.json
src/bodycompress.egg-info/scm_version.json
src/bodycompress.egg-info/top_level.txt
src/bodycompress/data/__init__.py
src/bodycompress/data/smpl_vertex_order.npy
src/bodycompress/data/smplx_vertex_order.npy
tests/test_bodycompress.py