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 (語言數: 6)
平台Linux
許可證Apache License 2.0
發布數108
最新版本名稱v2.2.0 (發布於 )
第一版名稱v0.2.0 (發布於 )
創建於2018-08-22 07:05:26
推送於2024-04-25 07:54:29
最后一次提交2023-04-04 16:05:42
星數5.6k
關注者數85
派生數1.6k
提交數1.4k
已啟用問題?
問題數1122
打開的問題數264
拉請求數1448
打開的拉請求數100
關閉的拉請求數359
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?
去到頂部