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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?