Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AQT tool used to annotate temporal segments of a video with events which each have unique and customisable information.

The Annotator

Process for Usage

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

Type file (classes.txt)

Specifies the default classes and their default custom entries

MatchSetWinner,Score,NearGameWinner,Score,ServerPointWinner,ScoreHitPlayer,Side,TypeServePlayer,Result

Save files (.json)

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp