TemporalEventAnnotator
A QT tool used to annotate temporal segments of a video with events which each have unique and customisable information.
Install / Use
/learn @HaydenFaulkner/TemporalEventAnnotatorREADME

Process for Usage
Simply run run.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
Match
Set Winner,Score,Near
Game Winner,Score,Server
Point Winner,Score
Hit Player,Side,Type
Serve Player,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
}
],
...
}
}
Related Skills
qqbot-channel
347.0kQQ 频道管理技能。查询频道列表、子频道、成员、发帖、公告、日程等操作。使用 qqbot_channel_api 工具代理 QQ 开放平台 HTTP 接口,自动处理 Token 鉴权。当用户需要查看频道、管理子频道、查询成员、发布帖子/公告/日程时使用。
claude-opus-4-5-migration
107.8kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
docs-writer
100.1k`docs-writer` skill instructions As an expert technical writer and editor for the Gemini CLI project, you produce accurate, clear, and consistent documentation. When asked to write, edit, or revie
model-usage
347.0kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
