action_test_anno.json 851 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
    {
        "v_test1": {
            "duration_second": 1,
            "duration_frame": 30,
            "annotations": [
                {
                    "segment": [
                        0.3,
                        0.6
                    ],
                    "label": "Rock climbing"
                }
            ],
            "feature_frame": 30,
            "fps": 30.0,
            "rfps": 30
        },
        "v_test2": {
            "duration_second": 2,
            "duration_frame": 48,
            "annotations": [
                {
                    "segment": [
                        1.0,
                        2.0
                    ],
                    "label": "Drinking beer"
                }
            ],
            "feature_frame": 48,
            "fps": 24.0,
            "rfps": 24.0
        }
    }