Skip to content

limsijie93/mmcv

This branch is 1035 commits behind open-mmlab/mmcv:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

eb93599 · May 15, 2020
May 14, 2020
May 5, 2020
Feb 1, 2020
May 14, 2020
May 13, 2020
Nov 21, 2019
May 5, 2020
Apr 19, 2020
May 5, 2020
Mar 1, 2020
Nov 21, 2019
Jan 10, 2020
May 14, 2020
May 14, 2020
May 14, 2020
May 14, 2020
May 15, 2020

Repository files navigation

MMCV

https://img.shields.io/pypi/v/mmcv

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 requires Python 3.6+.

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Other 0.8%