Searched defs:annotation_file (Results 1 – 8 of 8) sorted by relevance
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | c_api_dataset_coco_test.cc | 32 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local 68 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local 125 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local 139 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local 199 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local 229 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/key_point.json"; in TEST_F() local 291 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/panoptic.json"; in TEST_F() local 363 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/panoptic.json"; in TEST_F() local 386 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local 441 std::string annotation_file = datasets_root_path_ + "/testCOCO/annotations/train.json"; in TEST_F() local
|
D | deserialize_test.cc | 369 std::string annotation_file = "./data/dataset/testCOCO/annotations/train.json"; in TEST_F() local 520 std::string annotation_file = "./data/dataset/testFlickrData/flickr30k/test1.token"; in TEST_F() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/ |
D | flickr_node.cc | 34 FlickrNode::FlickrNode(const std::string &dataset_dir, const std::string &annotation_file, bool dec… in FlickrNode() 79 Path annotation_file(annotation_file_); in ValidateParams() local 161 std::string annotation_file = json_obj["annotation_file"]; in from_json() local
|
D | coco_node.cc | 34 CocoNode::CocoNode(const std::string &dataset_dir, const std::string &annotation_file, const std::s… in CocoNode() 60 Path annotation_file(annotation_file_); in ValidateParams() local 213 std::string annotation_file = json_obj["annotation_file"]; in from_json() local
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/python/bindings/dataset/engine/ir/datasetops/source/ |
D | bindings.cc | 121 bool decode, const py::handle &sampler, bool extra_metadata) { in __anon810239690b02() 157 ….def(py::init([](std::string dataset_dir, std::string annotation_file, bool decode, const py::hand… in __anon810239691102()
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | datasets.cc | 981 …ataset::CocoDataset(const std::vector<char> &dataset_dir, const std::vector<char> &annotation_file, in CocoDataset() 989 …ataset::CocoDataset(const std::vector<char> &dataset_dir, const std::vector<char> &annotation_file, in CocoDataset() 997 …ataset::CocoDataset(const std::vector<char> &dataset_dir, const std::vector<char> &annotation_file, in CocoDataset() 1044 …aset::FlickrDataset(const std::vector<char> &dataset_dir, const std::vector<char> &annotation_file, in FlickrDataset() 1053 …aset::FlickrDataset(const std::vector<char> &dataset_dir, const std::vector<char> &annotation_file, in FlickrDataset() 1061 …aset::FlickrDataset(const std::vector<char> &dataset_dir, const std::vector<char> &annotation_file, in FlickrDataset()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 123 const std::string& annotation_file) { in PrintGeneratedAnnotation()
|
/third_party/mindspore/mindspore/dataset/engine/ |
D | datasets.py | 5311 …def __init__(self, dataset_dir, annotation_file, task="Detection", num_samples=None, num_parallel_… argument 6484 …def __init__(self, dataset_dir, annotation_file, num_samples=None, num_parallel_workers=None, shuf… argument
|