index.rst 759 B

1234567891011121314151617181920212223242526272829303132333435
  1. Train & Test
  2. **************
  3. MMDetection provides hundreds of pretrained detection models in `Model Zoo <https://mmdetection.readthedocs.io/en/latest/model_zoo.html>`_,
  4. 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:
  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. Useful Tools
  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