Skip to content

xiao1228/mmdetection

 
 

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%