Welcome to the repo of VIAN, software package for annotating, analysing and visualizing color in film.
- Download and install Anaconda
Note
You can also install VIAN with a another python 3 distribution than anaconda, however
this is not tested yet, so no guarantees.
conda env create -f requirements.yml
-
Clone this repository on your computer
-
Download the models from OneDrive and copy it into the VIAN/data directory
-
cd to the root of the VIAN directory
cd path/to/my/VIAN/
-
Install the corresponding environment:
First we run the build.py file to setup the directory.
python build.py
macOS:
conda env create -f environment_macos.yml
Windows:
conda env create -f environment.yml
After the installation is complete, you can start VIAN by activating the new environment and run main.py
macOS:
conda activate vian-osx
python main.py
Windows:
conda activate vian-win
python main.py