"test/gmock-1.7.0/include/gmock/internal/gmock-port.h" did not exist on "f6a6f46ba47d8c45934870c4a37d6121818eb93f"
obejct-detection-def.yaml 655 Bytes
Newer Older
dengjb's avatar
dengjb 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
$dsdl-version: "0.5.0"
ObjectDetectionSample:
    $def: struct
    $params: ["cdom"]
    $fields:
        media: ImageMedia
        annotations: List[LocalObjectEntry[cdom=$cdom]]
ImageMedia:
    $def: struct
    $fields:
        media_path: Image
        media_shape: ImageShape
        date_captured: Str
        id: Int
        license: Int
        flickr_url: Str
        coco_url: Str
    $optional: ["flickr_url"]
LocalObjectEntry:
    $def: struct
    $params: ["cdom"]
    $fields:
        category_id: Label[dom=$cdom]
        bbox: BBox
        image_id: Int
        id: Int
        segmentation: Polygon
        area: Num
        iscrowd: Bool