Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 1.49 KB

README.rst

File metadata and controls

53 lines (31 loc) · 1.49 KB

Anvid

Python Version Contributions Welcome License

A PyQt5-based GUI application to make temporal annotations on videos for training machine learning models.

Installation

Before you are ready to run Anvid, ensure you have Python 3.7 or later on your system as well the latest pip version. We recommend to run Anvid within a python virtual environment for easier management. If you don't have a virtual environment already created, create a new one by issuing the following commands within a directory of your choice:

python3 -m venv pyenv
source pyenv/bin/activate

Within the directory where you wish to install Anvid, download the latest source code using git:

git clone git://github.com/raikel/mcrops.git

Or download it manually. After that, cd into the project directory and install python dependencies:

cd anvid
pip install requirements.txt

Start the application by typing:

python anvid/app.py

Usage

./docs/static/ui-help.png