MMCV

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

Github星跟踪图

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.

主要指标

概览
名称与所有者open-mmlab/mmcv
主编程语言Python
编程语言Python (语言数: 7)
平台Linux
许可证Apache License 2.0
所有者活动
创建于2018-08-22 07:05:26
推送于2025-04-25 02:53:09
最后一次提交2023-04-04 16:05:42
发布数108
最新版本名称v2.2.0 (发布于 )
第一版名称v0.2.0 (发布于 )
用户参与
星数6.2k
关注者数84
派生数1.7k
提交数1.5k
已启用问题?
问题数1198
打开的问题数332
拉请求数1498
打开的拉请求数109
关闭的拉请求数405
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?