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.

Overview

Name With Owneropen-mmlab/mmcv
Primary LanguagePython
Program languagePython (Language Count: 6)
PlatformLinux
License:Apache License 2.0
Release Count108
Last Release Namev2.2.0 (Posted on )
First Release Namev0.2.0 (Posted on )
Created At2018-08-22 07:05:26
Pushed At2024-05-07 23:16:08
Last Commit At2023-04-04 16:05:42
Stargazers Count5.6k
Watchers Count84
Fork Count1.6k
Commits Count1.4k
Has Issues Enabled
Issues Count1123
Issue Open Count264
Pull Requests Count1449
Pull Requests Open Count101
Pull Requests Close Count359
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top