Home
last modified time | relevance | path

Searched refs:kAnnotationsFolder (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/tests/ut/cpp/dataset/common/
Dbboxop_common.cc40 const char kAnnotationsFolder[] = "/Annotations/"; variable
61 std::string annots_path = dir + std::string(kAnnotationsFolder); in GetInputImagesAndAnnotations()
85 annot_file.replace(pos, std::string(kImagesFolder).length(), std::string(kAnnotationsFolder)); in GetInputImagesAndAnnotations()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/source/
Dvoc_op.cc39 const char kAnnotationsFolder[] = "/Annotations/"; variable
94 folder_path_ + std::string(kAnnotationsFolder) + image_id + std::string(kAnnotationExtension); in LoadTensorRow()
151 folder_path_ + std::string(kAnnotationsFolder) + id + std::string(kAnnotationExtension); in ParseAnnotationIds()