Home
last modified time | relevance | path

Searched refs:ann_file (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/
Dyolo_dataset.py61 def __init__(self, root, ann_file, remove_images_without_annotations=True, argument
63 self.coco = COCO(ann_file)
156 … yolo_dataset = COCOYoloDataset(root=image_dir, ann_file=anno_path, filter_crowd_anno=filter_crowd,
/third_party/mindspore/tests/ut/python/mindrecord/
Dutils.py40 ann_file = os.path.join(dir_name, "annotation.txt")
41 with open(ann_file, "r") as file_reader:
/third_party/mindspore/tests/ut/python/dataset/
Dtest_minddataset_sampler.py773 ann_file = os.path.join(dir_name, "annotation_sampler.txt")
775 ann_file = os.path.join(dir_name, "annotation.txt")
776 with open(ann_file, "r") as file_reader:
Dtest_paddeddataset.py377 ann_file = os.path.join(dir_name, "annotation.txt")
378 with open(ann_file, "r") as file_reader:
Dtest_minddataset_padded.py596 ann_file = os.path.join(dir_name, "annotation.txt")
597 with open(ann_file, "r") as file_reader:
Dtest_minddataset.py935 ann_file = os.path.join(dir_name, "annotation.txt")
936 with open(ann_file, "r") as file_reader: