HiT
HiT: Hierarchical Transformers for Unsupervised 3D Shape Abstraction
Install / Use
/learn @aditya-vora/HiTREADME
HiT: Hierarchical Transformers for Unsupervised 3D Shape Abstraction

Aditya Vora, Lily Goli, Andrea Tagliasacchi, Hao Zhang
This repository contains the official implementation of HiT: Hierarchical Transformers for Unsupervised 3D Shape Abstraction.
Installation Steps
-
Clone the Repository:
git clone --recursive https://github.com/aditya-vora/HiT cd HiT -
Set Up the Conda Environment:
conda create -n hit python=3.10; conda activate hit -
Install the dependencies inside the conda environment:
pip install -r requirements.txt
TODO
- [x] Release training code.
- [x] Release data processing scripts.
- [ ] Release evaluation scripts.
- [ ] Release the pretrained models.
- [ ] Testing.
