- Python 3.x
- Pytorch
- CUDA-capable GPU
- OpenCV
- ffmpeg
- Python Image Library (PIL/pillow)
- git - simplifies downloading code and keeping it up to date
- gdown - simplifies downloading pretrained models
- jupyter - (Optional) Notebook interface
Detailed setup and usage instructions can be found here: https://pytti-tools.github.io/pytti-book/intro.html
- Rebuild, reinstall, and run tests:
pip uninstall -y pyttitools-core; rm -rf build; pip install . python -m pytest --ignore=vendor -v -s