项目作者: tyommik

项目描述 :
Video Annotation Tool
高级语言: Python
项目地址: git://github.com/tyommik/labelVid.git
创建时间: 2019-11-11T16:03:40Z
项目社区:https://github.com/tyommik/labelVid

开源协议:MIT License

下载


labelVid - Video Annotation Tool

labelVid - it’s simple video annotation tool made from labelImg which is written in Python and PyQt.

Annotations are saved as TXT file in like that YOLO format:
<frame number> <x1> <x2> <y1> <y2> <class object> <precision>

  1. start

    10 348 95 381 180 2 0
    11 348 95 381 180 2 0
    12 348 95 381 180 4 0
    12 119 30 150 60 3 0
    12 348 95 381 180 4 0
    12 348 95 381 180 4 0
    13 348 95 381 180 3 0
    19 348 95 381 180 2 0
    20 348 95 381 180 2 0

  2. end


Demo Image