Skip to content

AlexanderDokuchaev/mmdetection

This branch is 967 commits behind openvinotoolkit/mmdetection:ote.

Folders and files

NameName
Last commit message
Last commit date
Feb 7, 2021
Apr 22, 2021
Apr 22, 2021
Feb 8, 2021
Mar 16, 2021
Apr 22, 2021
Apr 28, 2021
Apr 22, 2021
Jul 7, 2020
Apr 14, 2021
Apr 23, 2021
Nov 19, 2020
Dec 9, 2020
May 5, 2020
Apr 2, 2021
Apr 22, 2021
Oct 2, 2019
Mar 1, 2020
Feb 7, 2021
Mar 29, 2021
Apr 6, 2021

Repository files navigation

OTEDetection

This is an Object Detection and Instance Segmentation toolbox, that is a part of OpenVINO™ Training Extensions.

Project is based on open-mmlab's MMDetection.

Installation

Please refer to install.md for installation and dataset preparation.

Get Started

Please see getting_started.md for the basic usage. There are also tutorials for finetuning models, adding new dataset, designing data pipeline, and adding new modules.

Models compression

This project allows making compression of the models by NNCF framework.

At the moment the following compression methods are supported:

  • int8 quantization
  • sparsity
  • filter pruning

See details in nncf_compression.md.

Model Zoo

Please see model_zoo.md for the list of pre-trained models.

Contributing

We appreciate all contributions to improve this project. Please refer to CONTRIBUTING.md for the contributing guideline.

Contact

This repo is currently maintained by Ilya Krylov (@Ilya-Krylov), Pavel Druzhkov (@druzhkov-paul) and Alexander Dokuchaev (@AlexanderDokuchaev), Dmitry Sidnev (@DmitriySidnev).

About

OpenVINO Training Extensions Object Detection

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%