All Projects → ghalter → VIAN

ghalter / VIAN

Licence: GPL-3.0 license
No description or website provided.

Programming Languages

python
139335 projects - #7 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
shell
77523 projects
Batchfile
5799 projects

Projects that are alternatives of or similar to VIAN

Movie-ticket-App-UI
The movie ticket app contains three-screen.
Stars: ✭ 18 (+0%)
Mutual labels:  movie, film
Toshocat
Anime and Manga list app for desktop.
Stars: ✭ 174 (+866.67%)
Mutual labels:  tracking, movie
mapus
A map tool with real-time collaboration 🗺️
Stars: ✭ 2,687 (+14827.78%)
Mutual labels:  drawing, annotation
Ksnip
ksnip the cross-platform screenshot and annotation tool
Stars: ✭ 776 (+4211.11%)
Mutual labels:  drawing, annotation
texthighlighter
a no dependency typescript npm package for highlighting user selected text
Stars: ✭ 17 (-5.56%)
Mutual labels:  color, annotation
movie-booking
An example for booking movie seat, combined of Android Data Binding, State Design Pattern and Multibinding + Autofactory. iOS version is: https://github.com/lizhiquan/MovieBooking
Stars: ✭ 80 (+344.44%)
Mutual labels:  movie, film
Oblecto
Oblecto is a media server, which streams media you already own, and is designed to be at the heart of your entertainment experience. It runs on your home server to index and analyze your media such as Movies and TV Shows and presents them in an interface tailored for your media consupmtion needs.
Stars: ✭ 67 (+272.22%)
Mutual labels:  tracking, movie
Aubio
a library for audio and music analysis
Stars: ✭ 2,601 (+14350%)
Mutual labels:  annotation, analysis
Drawing
Drawing and fill color
Stars: ✭ 37 (+105.56%)
Mutual labels:  color, drawing
imageman
Image manipulation library. Use Pixie instead.
Stars: ✭ 58 (+222.22%)
Mutual labels:  color, drawing
Fracker
PHP function tracker
Stars: ✭ 234 (+1200%)
Mutual labels:  tracking, analysis
Sketch
Sketch have a lot of basic functions to develop a drawing app for iPhone. Anyone can easily create drawing iOS Application.
Stars: ✭ 229 (+1172.22%)
Mutual labels:  color, drawing
canvas-color-tracker
A utility to track objects on a canvas by unique px color
Stars: ✭ 29 (+61.11%)
Mutual labels:  color, drawing
napari-hub
Discover, install, and share napari plugins
Stars: ✭ 44 (+144.44%)
Mutual labels:  tracking, analysis
dart sealed
Dart and Flutter sealed class generator and annotations, with match methods and other utilities. There is also super_enum compatible API.
Stars: ✭ 16 (-11.11%)
Mutual labels:  annotation
pa.llvm
Program Analysis for LLVM
Stars: ✭ 37 (+105.56%)
Mutual labels:  analysis
Time-Series-Forecasting
Rainfall analysis of Maharashtra - Season/Month wise forecasting. Different methods have been used. The main goal of this project is to increase the performance of forecasted results during rainy seasons.
Stars: ✭ 27 (+50%)
Mutual labels:  analysis
ENIGMA
The ENIGMA Toolbox is an open-source repository for accessing 100+ ENIGMA statistical maps, visualizing cortical and subcortical surface data, and relating neuroimaging findings to micro- and macroscale brain organization. 🤠
Stars: ✭ 66 (+266.67%)
Mutual labels:  analysis
atacr
Analysing Capture Seq Count Data
Stars: ✭ 14 (-22.22%)
Mutual labels:  analysis
fantasy-premier-league
Fantasy Premier League Stats, Visualizations & Analysis. ⚽ 📊 📈
Stars: ✭ 31 (+72.22%)
Mutual labels:  analysis

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. 

conda env create -f requirements.yml

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:

First we run the build.py file to setup the directory.

python build.py

macOS: 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

macOS:

conda activate vian-osx
python main.py

Windows:

conda activate vian-win
python main.py
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].