Update compressor for data annotation

This commit is contained in:
Timothyxxx
2023-12-04 00:51:33 +08:00
parent 8cb31f1bb0
commit 8818779329
8 changed files with 2519 additions and 151 deletions

111
utils/events_calc.json Normal file
View File

@@ -0,0 +1,111 @@
[
{
"action_type": "MOVE_TO",
"parameters": {
"x": 152,
"y": 259
}
},
{
"action_type": "MOUSE_DOWN",
"parameters": {
"button": "left"
}
},
{
"action_type": "MOVE_TO",
"parameters": {
"x": 464,
"y": 317
}
},
{
"action_type": "MOUSE_UP",
"parameters": {
"button": "left"
}
},
{
"action_type": "MOVE_TO",
"parameters": {
"x": 466,
"y": 317
}
},
{
"action_type": "KEY_DOWN",
"parameters": {
"key": "altleft"
}
},
{
"action_type": "KEY_DOWN",
"parameters": {
"key": "="
}
},
{
"action_type": "KEY_UP",
"parameters": {
"key": "="
}
},
{
"action_type": "KEY_UP",
"parameters": {
"key": "altleft"
}
},
{
"action_type": "MOVE_TO",
"parameters": {
"x": 709,
"y": 1047
}
},
{
"action_type": "MOUSE_DOWN",
"parameters": {
"button": "left"
}
},
{
"action_type": "MOVE_TO",
"parameters": {
"x": 709,
"y": 1047
}
},
{
"action_type": "MOUSE_UP",
"parameters": {
"button": "left"
}
},
{
"action_type": "MOVE_TO",
"parameters": {
"x": 717,
"y": 304
}
},
{
"action_type": "MOUSE_DOWN",
"parameters": {
"button": "left"
}
},
{
"action_type": "MOVE_TO",
"parameters": {
"x": 717,
"y": 304
}
},
{
"action_type": "MOUSE_UP",
"parameters": {
"button": "left"
}
}
]