Searched defs:iscrowd (Results 1 – 7 of 7) sorted by relevance
/third_party/mindspore/tests/ut/data/dataset/testCOCO/annotations/ |
D | panoptic.json | 1 …],"annotations": [{"segments_info": [{"id": 10461346, "category_id": 1, "iscrowd": 0, "bbox": [472… number
|
D | train.json | 1 …[10.0,12.0,13.0,14.0,15.0,16.0,17.0,18.0,19.0,20.0]], "category_id": 1, "iscrowd": 0, "image_id": … number
|
D | invalid_category_id.json | 1 …[10.0,12.0,13.0,14.0,15.0,16.0,17.0,18.0,19.0,20.0]], "category_id": 1, "iscrowd": 0, "image_id": … number
|
D | lack_of_images.json | 1 …[10.0,12.0,13.0,14.0,15.0,16.0,17.0,18.0,19.0,20.0]], "category_id": 1, "iscrowd": 0, "image_id": … number
|
D | key_point.json | 1 …14.0,15.0,16.0,17.0,18.0,19.0,20.0]], "num_keypoints": 10,"area": 12345,"iscrowd": 0,"keypoints": … number
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/ |
D | coco_op.cc | 129 std::shared_ptr<Tensor> category_id, iscrowd; in LoadDetectionTensorRow() local 206 std::shared_ptr<Tensor> category_id, iscrowd, area; in LoadMixTensorRow() local 355 uint32_t category_id = 0, iscrowd = 0; in DetectionColumnLoad() local 373 uint32_t iscrowd = 0; in StuffColumnLoad() local
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_coco_test.cc | 318 auto iscrowd = row["iscrowd"]; in TEST_F() local
|