Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.9%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: KonboiOne
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 11.8 MB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme Contributing License Code of conduct Citation

README.md

 
OpenMMLab website HOT      OpenMMLab platform TRY IT OUT
 
[![docs](https://img.shields.io/badge/docs-latest-blue)](https://mmdeploy.readthedocs.io/en/latest/) [![badge](https://github.com/open-mmlab/mmdeploy/workflows/build/badge.svg)](https://github.com/open-mmlab/mmdeploy/actions) [![codecov](https://codecov.io/gh/open-mmlab/mmdeploy/branch/main/graph/badge.svg)](https://codecov.io/gh/open-mmlab/mmdeploy) [![license](https://img.shields.io/github/license/open-mmlab/mmdeploy.svg)](https://github.com/open-mmlab/mmdeploy/tree/main/LICENSE) [![issue resolution](https://img.shields.io/github/issues-closed-raw/open-mmlab/mmdeploy)](https://github.com/open-mmlab/mmdeploy/issues) [![open issues](https://img.shields.io/github/issues-raw/open-mmlab/mmdeploy)](https://github.com/open-mmlab/mmdeploy/issues) English | [简体中文](README_zh-CN.md)

Highlights

The MMDeploy 1.x has been released, which is adapted to upstream codebases from OpenMMLab 2.0. Please align the version when using it. The default branch has been switched to main from master. MMDeploy 0.x (master) will be deprecated and new features will only be added to MMDeploy 1.x (main) in future.

| mmdeploy | mmengine | mmcv | mmdet | others | | :------: | :------: | :------: | :------: | :----: | | 0.x.y | - | <=1.x.y | <=2.x.y | 0.x.y | | 1.x.y | 0.x.y | 2.x.y | 3.x.y | 1.x.y |

deploee offers over 2,300 AI models in ONNX, NCNN, TRT and OpenVINO formats. Featuring a built-in list of real hardware devices, deploee enables users to convert Torch models into any target inference format for profiling purposes.

Introduction

MMDeploy is an open-source deep learning model deployment toolset. It is a part of the OpenMMLab project.

Main features

Fully support OpenMMLab models

The currently supported codebases and models are as follows, and more will be included in the future

Multiple inference backends are available

The supported Device-Platform-InferenceBackend matrix is presented as following, and more will be compatible.

The benchmark can be found from here

Device /
Platform
Linux Windows macOS Android
x86_64
CPU
onnxruntime
pplnn
ncnn
LibTorch
OpenVINO
TVM
onnxruntime
OpenVINO
ncnn
- -
ARM
CPU
ncnn
- - ncnn
RISC-V ncnn
- - -
NVIDIA
GPU
onnxruntime
TensorRT
LibTorch
pplnn
onnxruntime
TensorRT
- -
NVIDIA
Jetson
TensorRT
- - -
Huawei
ascend310
CANN
- - -
Rockchip RKNN
- - -
Apple M1 - - CoreML
-
Adreno
GPU
- - - SNPE
ncnn
Hexagon
DSP
- - - SNPE

Efficient and scalable C/C++ SDK Framework

All kinds of modules in the SDK can be extended, such as Transform for image processing, Net for Neural Network inference, Module for postprocessing and so on

Documentation

Please read getting_started for the basic usage of MMDeploy. We also provide tutoials about:

Benchmark and Model zoo

You can find the supported models from here and their performance in the benchmark.

Contributing

We appreciate all contributions to MMDeploy. Please refer to CONTRIBUTING.md for the contributing guideline.

Acknowledgement

We would like to sincerely thank the following teams for their contributions to MMDeploy:

Citation

If you find this project useful in your research, please consider citing:

BibTeX @misc{=mmdeploy, title={OpenMMLab's Model Deployment Toolbox.}, author={MMDeploy Contributors}, howpublished = {\url{https://github.com/open-mmlab/mmdeploy}}, year={2021} }

License

This project is released under the Apache 2.0 license.

Projects in OpenMMLab

  • MMEngine: OpenMMLab foundational library for training deep learning models.
  • MMCV: OpenMMLab foundational library for computer vision.
  • MMPretrain: OpenMMLab pre-training toolbox and benchmark.
  • MMagic: OpenMMLab Advanced, Generative and Intelligent Creation toolbox.
  • MMDetection: OpenMMLab detection toolbox and benchmark.
  • MMDetection3D: OpenMMLab's next-generation platform for general 3D object detection.
  • MMYOLO: OpenMMLab YOLO series toolbox and benchmark
  • MMRotate: OpenMMLab rotated object detection toolbox and benchmark.
  • MMTracking: OpenMMLab video perception toolbox and benchmark.
  • MMSegmentation: OpenMMLab semantic segmentation toolbox and benchmark.
  • MMOCR: OpenMMLab text detection, recognition, and understanding toolbox.
  • MMPose: OpenMMLab pose estimation toolbox and benchmark.
  • MMHuman3D: OpenMMLab 3D human parametric model toolbox and benchmark.
  • MMFewShot: OpenMMLab fewshot learning toolbox and benchmark.
  • MMAction2: OpenMMLab's next-generation action understanding toolbox and benchmark.
  • MMFlow: OpenMMLab optical flow toolbox and benchmark.
  • MMDeploy: OpenMMLab model deployment framework.
  • MMRazor: OpenMMLab model compression toolbox and benchmark.
  • MIM: MIM installs OpenMMLab packages.
  • Playground: A central hub for gathering and showcasing amazing projects built upon OpenMMLab.

Owner

  • Name: K1
  • Login: KonboiOne
  • Kind: organization
  • Location: France

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
title: "OpenMMLab's Model deployment toolbox"
authors:
  - name: "MMDeploy Contributors"
date-released: 2021-12-27
url: "https://github.com/open-mmlab/mmdeploy"
license: Apache-2.0

GitHub Events

Total
  • Push event: 6
  • Public event: 1
  • Create event: 1
Last Year
  • Push event: 6
  • Public event: 1
  • Create event: 1

Dependencies

.github/workflows/backend-ascend.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
.github/workflows/backend-coreml.yml actions
  • actions/checkout v3 composite
.github/workflows/backend-ncnn.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
.github/workflows/backend-ort.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
.github/workflows/backend-pplnn.yml actions
  • RubbaBoy/BYOB v1.2.1 composite
  • actions/checkout v3 composite
.github/workflows/backend-rknn.yml actions
  • actions/checkout v3 composite
.github/workflows/backend-snpe.yml actions
  • actions/checkout v3 composite
.github/workflows/backend-torchscript.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
.github/workflows/build.yml actions
  • RubbaBoy/BYOB v1.2.1 composite
  • actions/checkout v2 composite
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
  • codecov/codecov-action v2 composite
.github/workflows/docker.yml actions
  • actions/checkout v3 composite
  • docker/login-action v2 composite
.github/workflows/java_api.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
.github/workflows/lint.yml actions
  • DoozyX/clang-format-lint-action v0.11 composite
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • gaurav-nelson/github-action-markdown-link-check v1 composite
.github/workflows/linux-riscv64-gcc.yml actions
  • actions/checkout v3 composite
.github/workflows/prebuild.yml actions
  • actions/checkout v3 composite
.github/workflows/publish.yml actions
  • actions/checkout v3 composite
.github/workflows/regression-test.yml actions
  • actions/checkout v3 composite
.github/workflows/rust_api.yml actions
  • actions-rs/toolchain v1 composite
  • actions/checkout v3 composite
  • actions/setup-python v2 composite
.github/workflows/stale.yml actions
  • actions/stale v7 composite
docker/Base/Dockerfile docker
  • cuda-${CUDA_INT} latest build
  • nvidia/cuda 11.3.0-cudnn8-devel-ubuntu20.04 build
  • nvidia/cuda 11.8.0-cudnn8-devel-ubuntu20.04 build
docker/CPU/Dockerfile docker
  • openvino/ubuntu20_dev 2022.3.0 build
docker/GPU/Dockerfile docker
  • nvcr.io/nvidia/tensorrt 22.04-py3 build
docker/Release/Dockerfile docker
  • openmmlab/mmdeploy ubuntu20.04-cuda11.8 build
docker/prebuild/Dockerfile docker
  • quay.io/pypa/manylinux2014_x86_64 latest build
csrc/mmdeploy/apis/csharp/MMDeploy/MMDeployCSharp.csproj nuget
  • StyleCop.Analyzers 1.1.118 development
demo/csharp/image_classification/image_classification.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.Extensions 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/image_restorer/image_restorer.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/image_segmentation/image_segmentation.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/object_detection/object_detection.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/ocr_detection/ocr_detection.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/ocr_recognition/ocr_recognition.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/pose_detection/pose_detection.csproj nuget
  • MMDeployCSharp 1.3.1
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/pose_tracker/pose_tracker.csproj nuget
  • MMDeployCSharp 0.12.0
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
demo/csharp/rotated_detection/rotated_detection.csproj nuget
  • MMDeployCSharp 0.12.0
  • OpenCvSharp4 4.5.5.20211231
  • OpenCvSharp4.runtime.win 4.5.5.20211231
requirements/backends.txt pypi
  • onnxruntime >=1.8.0
  • openvino-dev ==2022.3.0
requirements/build.txt pypi
  • cython *
  • numpy *
  • packaging *
  • setuptools *
requirements/codebases.txt pypi
  • mmagic ==1.0.0
  • mmdet ==3.0.0
  • mmdet3d ==1.3.0
  • mmocr ==1.0.0
  • mmpose ==1.0.0
  • mmpretrain ==1.0.0
  • mmrotate ==1.0.0rc1
  • mmsegmentation ==1.0.0
requirements/docs.txt pypi
  • docutils ==0.16.0
  • m2r ==0.2.1
  • markdown >=3.4.0
  • mistune ==0.8.4
  • myst-parser *
  • recommonmark *
  • sphinx ==4.0.2
  • sphinx-copybutton *
  • sphinx_markdown_tables >=0.0.16
  • sphinxcontrib-mermaid *
requirements/optional.txt pypi
  • h5py *
  • tqdm *
requirements/readthedocs.txt pypi
  • breathe *
  • h5py *
  • mmcv *
  • mmengine *
  • onnx >=1.8.0
  • opencv-python ==4.5.4.60
  • sphinxcontrib-mermaid *
  • torch *
  • urllib3 <2.0.0
requirements/runtime.txt pypi
  • aenum *
  • grpcio *
  • matplotlib *
  • mmengine *
  • multiprocess *
  • numpy *
  • onnx >=1.13.0
  • prettytable *
  • protobuf <=3.20.2
  • six *
  • terminaltables *
requirements/tests.txt pypi
  • asynctest * test
  • coverage * test
  • flake8 * test
  • interrogate * test
  • isort ==4.3.21 test
  • openpyxl ==3.0.9 test
  • pandas * test
  • pytest * test
  • pyyaml * test
  • xlrd ==1.2.0 test
  • yapf * test
requirements.txt pypi
setup.py pypi
tools/package_tools/packaging/setup.py pypi