File size: 759 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
36
Train & Test
**************

MMDetection provides hundreds of pretrained detection models in `Model Zoo <https://mmdetection.readthedocs.io/en/latest/model_zoo.html>`_,
and supports multiple standard datasets, including Pascal VOC, COCO, CityScapes, LVIS, etc. This note will show how to perform common tasks on these existing models and standard datasets:


.. 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


Useful Tools
************

.. toctree::
   :maxdepth: 1

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