GuideWsp / mmcv

Open MMLab Computer Vision Foundation

Home Page:https://mmcv.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MMCV

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

Introduction

MMCV is a foundational python library for computer vision research and supports many research projects in MMLAB, such as MMDetection and 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 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

pip install mmcv

or install from source

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

Note: If you would like to use opencv-python-headless instead of 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 opencv-python.

About

Open MMLab Computer Vision Foundation

https://mmcv.readthedocs.io/en/latest/

License:Apache License 2.0


Languages

Language:Python 98.8%Language:C++ 1.2%Language:Dockerfile 0.0%