/TecoGAN

This repo contains source code and materials for the TEmporally COherent GAN SIGGRAPH project.

Primary LanguagePythonApache License 2.0Apache-2.0

TecoGAN with Conda

This repository is originally fork of TecoGan. You can easily build an environment with tis repo. This repo support for Windows 10.

Requirements

Installation

  1. Install CUDA==11.2.2
    Download page.

  2. Install cuDNN==8.1
    You need to register membership before install cuDNN.
    Download page.

  3. Install miniconda
    Download page. You need to install

  4. Create virtual environment

    conda create -n tecogan python=3.7 -y
    conda activate tecogan