mmdetection tools dataset_converters pascal_voc. py at main - GitHub All rights reserved import argparse import os path as osp import xml etree ElementTree as ET import numpy as np from mmengine fileio import dump, list_from_file from mmengine utils import mkdir_or_exist, track_progress from mmdet evaluation import voc_classes label_ids = {name: i for i, name in enumerate (voc_classes ())} def parse_xml (args
docs en user_guides 2_dataset_prepare. md - Gitee It is recommended to symlink the dataset root to `$MMSEGMENTATION data` If your folder structure is different, you may need to change the corresponding paths in config files
Dataset Prepare — MMDetection 3. 1. 0 文档 - Read the Docs MMDetection supports multiple public datasets including COCO, Pascal VOC, CityScapes, and more Public datasets like Pascal VOC or mirror and COCO are available from official websites or mirrors