Skip to content

ZxyLinkstart/HOIAnimator

Repository files navigation

HOIAnimator: Text-Driven Human-Object Animations with Interactive Diffusion Models [CVPR24]

Getting started

This code was tested on Ubuntu 18.04.5 LTS and requires:

  • Python 3.7
  • conda3 or miniconda3
  • CUDA capable GPU (one is enough)

1. Setup environment

Install ffmpeg (if not already installed):

sudo apt update
sudo apt install ffmpeg

Setup conda env:

conda env create -f environment.yml
conda activate HOIAnimator
python -m spacy download en_core_web_sm
pip install git+https://github.com/openai/CLIP.git

Coming soon!!!!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published