Back to Mmdetection

训练 & 测试

docs/zh_cn/user_guides/index.rst

3.3.0759 B
Original Source

训练 & 测试


MMDetection 在 Model Zoo <https://mmdetection.readthedocs.io/en/latest/model_zoo.html>_ 中提供了数百个预训练的检测模型, 并支持多种标准数据集格式,包括 Pascal VOC、COCO、CityScapes、LVIS 等。本文档将展示如何使用这些模型和数据集来执行常见的训练和测试任务:

.. toctree:: :maxdepth: 1

config.md inference.md dataset_prepare.md test.md train.md new_model.md finetune.md test_results_submission.md init_cfg.md single_stage_as_rpn.md semi_det.md

实用工具


.. toctree:: :maxdepth: 1

useful_tools.md useful_hooks.md visualization.md robustness_benchmarking.md deploy.md label_studio.md