Skip to content

ATOP: Articulate That Object Part (ATOP): 3D Part Articulation from Text and via Motion Personalization

Notifications You must be signed in to change notification settings

aditya-vora/atop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Articulate That Object Part (ATOP): 3D Part Articulation via Text and Motion Personalization

Aditya Vora, Sauradip Nag, Kai Wang, Hao Zhang

This repository contains the official implementation of Articulate That Object Part (ATOP): 3D Part Articulation via Text and Motion Personalization.

Installation Steps

  1. Clone the Repository:

    git clone --recursive https://github.com/aditya-vora/atop
    cd atop
  2. Set Up the Conda Environment:

    conda create -n atop python=3.10;
    conda activate atop
  3. Install the dependencies inside the conda environment:

    pip install -r requirements.txt

TODO

  • Release training code.
  • Release data processing scripts.
  • Release evaluation scripts.
  • Release the pretrained models.
  • Testing.

BibTeX


    @article{vora2025articulate,
        title={Articulate That Object Part (ATOP): 3D Part Articulation via Text and Motion Personalization},
        author={Vora, Aditya and Nag, Sauradip and Wang, Kai and Zhang, Hao},
        journal={arXiv preprint arXiv:2502.07278},
        year={2025}
    }

About

ATOP: Articulate That Object Part (ATOP): 3D Part Articulation from Text and via Motion Personalization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published