MMCV

MMCV 是用于计算机视觉研究的基础 python 库,并支持 MMLAB 中的许多研究项目。「MMCV is a foundational python library for computer vision research and supports many research projects in MMLAB」

Github stars Tracking Chart

MMCV

.. image:: https://travis-ci.com/open-mmlab/mmcv.svg?branch=master
:target: https://travis-ci.com/open-mmlab/mmcv

.. image:: https://codecov.io/gh/open-mmlab/mmcv/branch/master/graph/badge.svg
:target: https://codecov.io/gh/open-mmlab/mmcv

.. image:: https://img.shields.io/github/license/open-mmlab/mmcv.svg
:target: https://github.com/open-mmlab/mmcv/blob/master/LICENSE

Introduction

MMCV is a foundational python library for computer vision research and supports many
research projects in MMLAB, such as MMDetection <https://github.com/open-mmlab/mmdetection>_
and MMAction <https://github.com/open-mmlab/mmaction>_.

It provides the following functionalities.

  • Universal IO APIs
  • Image processing
  • Video processing
  • Image and annotation visualization
  • Useful utilities (progress bar, timer, ...)
  • PyTorch runner with hooking mechanism
  • Various CNN architectures

See the documentation <http://mmcv.readthedocs.io/en/latest>_ for more features and usage.

Note: MMCV currently supports both Python 2.7 and 3.5+, but we plan to remove the support for Python 2. Please migrate to Python 3 as soon as possible.

Installation

Try and start with

.. code::

pip install mmcv

or install from source

.. code::

git clone https://github.com/open-mmlab/mmcv.git
cd mmcv
pip install -e .

Note: If you would like to use :code:opencv-python-headless instead of :code:opencv-python,
e.g., in a minimum container environment or servers without GUI,
you can first install it before installing MMCV to skip the installation of :code:opencv-python.

Main metrics

Overview
Name With Owneropen-mmlab/mmcv
Primary LanguagePython
Program languagePython (Language Count: 7)
PlatformLinux
License:Apache License 2.0
所有者活动
Created At2018-08-22 07:05:26
Pushed At2025-04-25 02:53:09
Last Commit At2023-04-04 16:05:42
Release Count108
Last Release Namev2.2.0 (Posted on )
First Release Namev0.2.0 (Posted on )
用户参与
Stargazers Count6.2k
Watchers Count84
Fork Count1.7k
Commits Count1.5k
Has Issues Enabled
Issues Count1198
Issue Open Count332
Pull Requests Count1498
Pull Requests Open Count110
Pull Requests Close Count407
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private