This repository contains the official implementation of HiT: Hierarchical Transformers for Unsupervised 3D Shape Abstraction.
-
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
- Release training code.
- Release data processing scripts.
- Release evaluation scripts.
- Release the pretrained models.
- Testing.
