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
   tracking_analysis_tools.md
   tracking_config.md
   tracking_dataset_prepare.md
   tracking_inference.md
   tracking_train_test.md
   tracking_visualization.md
