mmcv
v1.3.13
  • Get started
  • Understand MMCV
    • Config
    • Registry
    • Runner
    • File IO
    • Data Process
    • Visualization
    • CNN
    • CUDA ops
    • Utils
  • Deployment
  • Compatibility of MMCV
  • Frequently Asked Questions
  • Community
  • API Reference
mmcv
  • »
  • 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
    • Add deprecation information in configs
  • 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 b4bfeb53.

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