Skip to content

neurodiverseEsoteric/VIAN

 
 

Repository files navigation

VIAN - Visual Film Annotation (Beta)

alt text

Welcome to the repo of VIAN, software package for annotating, analysing and visualizing color in film.

VIAN for Film Scholars

This page hosts the source code of VIAN and is therefore directed towards developers who are interested in VIAN. If you are interested in the desktop application, please visit this page to download VIAN for users.

VIAN for Developers

If you are interested in the source code or want to contribute to VIAN, you are correct here.

Prerequisites


Note

You can also install VIAN with a another python 3 distribution than anaconda, however
this is not tested yet, so no guarantees. 

Setting up the development environment

  1. Clone this repository on your computer

  2. Download the models from OneDrive and copy it into the VIAN/data directory

  3. cd to the root of the VIAN directory

    cd path/to/my/VIAN/

  4. Install the corresponding environment:

OSX: conda env create -f install/env/env_osx_dl.yml

Windows: conda env create -f install/env/env_win64_dl.yml

After the installation is complete, you can start VIAN by activating the new environment and run main.py

OSX:

conda activate vian-osx
python main.py

Windows:

conda activate vian-win
python main.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 86.5%
  • CSS 7.9%
  • TeX 5.2%
  • Other 0.4%