Searched refs:ann_file (Results 1 – 6 of 6) sorted by relevance
/third_party/mindspore/tests/st/model_zoo_tests/yolov3_darknet53/src/ |
D | yolo_dataset.py | 61 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/ |
D | utils.py | 40 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/ |
D | test_minddataset_sampler.py | 773 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:
|
D | test_paddeddataset.py | 377 ann_file = os.path.join(dir_name, "annotation.txt") 378 with open(ann_file, "r") as file_reader:
|
D | test_minddataset_padded.py | 596 ann_file = os.path.join(dir_name, "annotation.txt") 597 with open(ann_file, "r") as file_reader:
|
D | test_minddataset.py | 935 ann_file = os.path.join(dir_name, "annotation.txt") 936 with open(ann_file, "r") as file_reader:
|