├── LICENSE ├── README.md ├── assets └── teaser.png ├── dataset.md └── visualize_hi4d.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifeiyin04/Hi4D/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifeiyin04/Hi4D/HEAD/README.md -------------------------------------------------------------------------------- /assets/teaser.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifeiyin04/Hi4D/HEAD/assets/teaser.png -------------------------------------------------------------------------------- /dataset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifeiyin04/Hi4D/HEAD/dataset.md -------------------------------------------------------------------------------- /visualize_hi4d.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yifeiyin04/Hi4D/HEAD/visualize_hi4d.py --------------------------------------------------------------------------------