Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 1.21 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.21 KB

Python Annotator for VideoS

PAVS - A simple video labeling tool developed in PyQt5 for managing the dataset of the ASDetect Project

Annotate videos in common formats(mp4, avi, mkv, wav, mp3)

You can easily annotate video files per frame or in groups and label the video files either based on their category or create a custom label. In the example below we have annotated an mp4 file. You can see the video player and the data after annotating the particular frames. This data table can be exported and imported into a CSV File. Refer help.txt before proceeding with the usage of the application.

example

Installation

  • Dependencies

    • python-pyqt5
    • python-pyqt5.Qtmultimedia
    • python-pyqt5.QtMultimediaWidgets
    • python-pyqt5.QtCore
    • python-pyqt5.QtGui
    • os
    • csv
    • sys
    • python-numpy

Usage

  • Running the annotator
    python pavs.py

Shortcuts

  • Load video: L
  • Previous frame: Left Arrow
  • Next frame: Right Arrow
  • Add Start Time: [
  • Add End Time: ]
  • Frame after next 10 frames: Shift + Left Arrow
  • Frame before prev 10 frames: Shift + Right Arrow
  • Clear entire table: C