x0s / pytti-core

Home Page:https://pytti-tools.github.io/pytti-book/intro.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyTTI-Tools: Core

Jupyter Book Badge Open In Colab DOI

Requirements

  • 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

Documentation

Detailed setup and usage instructions can be found here: https://pytti-tools.github.io/pytti-book/intro.html

Development

  • Rebuild, reinstall, and run tests:
    pip uninstall -y pyttitools-core; rm -rf build; pip install .
    python -m pytest --ignore=vendor -v -s
    

About

https://pytti-tools.github.io/pytti-book/intro.html

License:MIT License


Languages

Language:Python 100.0%