Skip to content

theopsall/video_annotator_generic

Repository files navigation

video_annotator_generic

Annotate video shots of a video

APM Generic badge

About

At the annotations_database.txt we are keeping the annotations in the form of user, video, label

Web App Usage:

You have to register/login with your email, in order to start the annotation process. The app will randomly peek a video that you have not already annotate to begin with.

Installation

git clone https://github.com/theopsall/video_annotator_generic.git
cd video_annotator_generic
pip install -r requirements.txt

Running:

python3 run.py

Tree Structure

├───.users
├───static
│   ├───Annotated
│   └───Videos

Under the ./users direcroty you can find the users.txt file which contains the emails of the registered users on the Web app, in order to wrok the login and register mechanism.

Under the static folder you can find the Annotated directory which contains a {email}.txt file for each user with the annotated videos.

Under the static folder you can find the Video directory which contains the dataset.

About

Annotate video shots of a video

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published