- Notifications
You must be signed in to change notification settings - Fork9
A QT tool used to annotate temporal segments of a video with events which each have unique and customisable information.
License
NotificationsYou must be signed in to change notification settings
HaydenFaulkner/TemporalEventAnnotator
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AQT tool used to annotate temporal segments of a video with events which each have unique and customisable information.
Simply runrun.py
with arguments specifying the video file, a save path to save annotations.json
(see format below),and a type file (described below)
$ python run.py --video_file data/videos/V006.mp4 --save_path data/annotations --type_file data/annotations/classes.txt
Specifies the default classes and their default custom entries
MatchSetWinner,Score,NearGameWinner,Score,ServerPointWinner,ScoreHitPlayer,Side,TypeServePlayer,Result
The annotator generates .json files consisting of the following data structure format:
{"video":"data/videos/V006.mp4","classes":{"USE":[ {"custom":{ },"name":"0001","start":25481,"desc":"","end":120405 } ],"SPLITS":[ {"custom":{"Type":"Train" },"name":"0001","start":25529,"desc":"","end":87022 }, {"custom":{"Type":"Val" },"name":"0002","start":87032,"desc":"","end":94849 }, {"custom":{"Type":"Test" },"name":"0003","start":94856,"desc":"","end":120320 } ],"Set":[ {"custom":{"Near":"Williams","Winner":"Williams","Score":"1-0" },"name":"0001","start":25595,"desc":"","end":71191 }, {"custom":{"Near":"Sharapova","Winner":"Williams","Score":"2-0" },"name":"0002","start":74472,"desc":"","end":120080 } ],"Match":[ {"custom":{ },"name":"0001","start":25525,"desc":"","end":120354 } ],... }}
About
A QT tool used to annotate temporal segments of a video with events which each have unique and customisable information.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published