Skip to content

ljl02521/mmcv

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

Folders and files

NameName
Last commit message
Last commit date
Aug 20, 2019
Jul 30, 2019
Sep 7, 2019
Aug 21, 2019
Aug 11, 2019
Jul 30, 2019
Jul 31, 2019
Oct 19, 2018
Jul 7, 2019
Jul 30, 2019
Oct 12, 2018
Jul 30, 2019
Jul 31, 2019

Repository files navigation

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.

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 .

About

Open MMLab Computer Vision Foundation

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.7%
  • C++ 1.3%