📜  从 coco 加载训练数据 python - Python 代码示例

📅  最后修改于: 2022-03-11 14:45:58.518000             🧑  作者: Mango

代码示例1
Metadata(evaluator_type='coco', image_root='./data/images', json_file='./data/trainval.json', name='fruits_nuts',
         thing_classes=['date', 'fig', 'hazelnut'], thing_dataset_id_to_contiguous_id={1: 0, 2: 1, 3: 2})