File size: 760 Bytes
6c9ac8f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
训练 & 测试
**************

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