index.rst 760 B

12345678910111213141516171819202122232425262728293031323334
  1. 训练 & 测试
  2. **************
  3. MMDetection 在 `Model Zoo <https://mmdetection.readthedocs.io/en/latest/model_zoo.html>`_ 中提供了数百个预训练的检测模型,
  4. 并支持多种标准数据集格式,包括 Pascal VOC、COCO、CityScapes、LVIS 等。本文档将展示如何使用这些模型和数据集来执行常见的训练和测试任务:
  5. .. toctree::
  6. :maxdepth: 1
  7. config.md
  8. inference.md
  9. dataset_prepare.md
  10. test.md
  11. train.md
  12. new_model.md
  13. finetune.md
  14. test_results_submission.md
  15. init_cfg.md
  16. single_stage_as_rpn.md
  17. semi_det.md
  18. 实用工具
  19. ************
  20. .. toctree::
  21. :maxdepth: 1
  22. useful_tools.md
  23. useful_hooks.md
  24. visualization.md
  25. robustness_benchmarking.md
  26. deploy.md
  27. label_studio.md