mmcv
v1.3.9
  • Get started
  • Deployment
  • Understand MMCV
    • Config
    • Registry
    • Runner
    • File IO
    • Data Process
    • Visualization
    • CNN
    • CUDA ops
    • Utils
  • API Reference
  • Frequently Asked Questions
  • Community
mmcv
  • Docs »
  • Understand MMCV
  • Edit on GitHub

Understand MMCVΒΆ

  • Config
    • Inherit from base config without overlapped keys
    • Inherit from base config with overlapped keys
    • Inherit from base config with ignored fields
    • Inherit from multiple base configs (the base configs should not contain the same keys)
    • Reference variables from base
  • Registry
    • What is registry
    • A Simple Example
    • Customize Build Function
    • Hierarchy Registry
  • Runner
    • EpochBasedRunner
    • IterBasedRunner
    • A Simple Example
  • File IO
    • Load and dump data
    • Load a text file as a list or dict
  • Data Process
    • Image
    • Video
  • Visualization
  • CNN
    • Layer building
    • Module bundles
    • Weight initialization
    • Model Zoo
  • CUDA ops
  • Utils
    • ProgressBar
    • Timer
Next Previous

© Copyright 2018-2021, OpenMMLab Revision 96c4b70c.

Built with Sphinx using a theme provided by Read the Docs.