https://github.com/hohonuuli/vars
MBARI's Video Annotation and Reference System
https://github.com/hohonuuli/vars
Last synced: 2 months ago
JSON representation
MBARI's Video Annotation and Reference System
- Host: GitHub
- URL: https://github.com/hohonuuli/vars
- Owner: hohonuuli
- License: lgpl-2.1
- Created: 2013-10-28T17:52:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-12-26T07:17:30.000Z (6 months ago)
- Last Synced: 2025-03-27T03:35:14.867Z (3 months ago)
- Language: Java
- Homepage: http://hohonuuli.github.io/vars/
- Size: 17.7 MB
- Stars: 14
- Watchers: 5
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [MBARI's](http://www.mbari.org/) Video Annotation and Reference System (VARS)
## Important
This project is deprecated in favor of [MBARI's latest M3/VARS system](https://github.com/mbari-media-management). We are working on a project to allow researchers or organizations to use the current generation VARS system at . The legacy version in this repository is being maintained for organizations who are still using it.
## About
The Video Annotation and Reference System (VARS) is a suite of tools developed by the [Monterey Bay Aquarium Research Institute](http://www.mbari.org/) for describing, cataloging, retrieving, and viewing the visual, descriptive, and quantitative data associated with video.
Originally designed for annotating underwater video, VARS can be applied to any video dataset that requires constrained, searchable annotations.
# General Info
Documentation for VARS is at [https://hohonuuli.github.io/vars/](https://hohonuuli.github.io/vars/)
Pre-built binaries can be downloaded from [Github](https://github.com/hohonuuli/vars/releases).
## Building
For the impatient:
1. Checkout VARS
`git clone https://github.com/hohonuuli/vars.git`
2. Configure a Github security token. This is need to access custom libraries written by MBARI. Instructions are [here](https://github.com/mbari-org/maven)
3. Build
`mvn install -P dev`
More details can be found in [BUILD.md](https://github.com/hohonuuli/vars/blob/master/BUILD.md)