This repository contains the official implementation of Articulate That Object Part (ATOP): 3D Part Articulation via Text and Motion Personalization.
-
Clone the Repository:
git clone --recursive https://github.com/aditya-vora/atop cd atop -
Set Up the Conda Environment:
conda create -n atop python=3.10; conda activate atop -
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.
