openvino
Here are 370 public repositories matching this topic...
Go package for computer vision using OpenCV 4 and beyond.
-
Updated
May 27, 2022 - Go
NanoDet-Plus
-
Updated
May 22, 2022 - Python
TNN: developed by Tencent Youtu Lab and Guangying Lab, a uniform deep learning inference framework for mobile、desktop and server. TNN is distinguished by several outstanding features, including its cross-platform capability, high performance, model compression and code pruning. Based on ncnn and Rapidnet, TNN further strengthens the support and performance optimization for mobile devices, and also draws on the advantages of good extensibility and high performance from existed open source efforts. TNN has been deployed in multiple Apps from Tencent, such as Mobile QQ, Weishi, Pitu, etc. Contributions are welcome to work in collaborative with us and make TNN a better framework.
-
Updated
May 27, 2022 - C++
OpenVINO™ Toolkit repository
-
Updated
May 31, 2022 - C++
demo: https://github.com/openvinotoolkit/open_model_zoo/tree/master/demos/mri_reconstruction_demo
example: openvinotoolkit/open_model_zoo#2178
- AsyncPipeline
- Add description for inputs and outputs in the README openvinotoolkit/open_model_zoo#2770
A repository for storing models that have been inter-converted between various frameworks. Supported frameworks are TensorFlow, PyTorch, ONNX, OpenVINO, TFJS, TFTRT, TensorFlowLite (Float32/16/INT8), EdgeTPU, CoreML.
-
Updated
May 30, 2022 - Python
Deep learning gateway on Raspberry Pi and other edge devices
-
Updated
May 24, 2022 - Python
Fast and accurate human pose estimation in PyTorch. Contains implementation of "Real-time 2D Multi-Person Pose Estimation on CPU: Lightweight OpenPose" paper.
-
Updated
Feb 17, 2022 - Python
The latest release of openvino has changed the inference engine API, providing a new API that takes advantage of the full potential of Intel's latest version of IR (IR 11). More information can be found at this link. We should adapt nebullvm's OpenVinoInferenceLearner to their latest API.
Usef
Trainable models and NN optimization tools
-
Updated
May 31, 2022 - Python
Contains examples for the Movidius Neural Compute Stick.
-
Updated
Mar 15, 2021 - Python
Add bisenetv2. My implementation of BiSeNet
-
Updated
Nov 25, 2021 - Python
OpenMMLab Model Deployment Framework
-
Updated
May 31, 2022 - Python
An anomaly detection library comprising state-of-the-art algorithms and features such as experiment management, hyper-parameter optimization, and edge inference.
-
Updated
May 31, 2022 - Jupyter Notebook
-
Updated
May 31, 2022 - Jupyter Notebook
Fast and accurate face landmark detection library using PyTorch; Support 68-point semi-frontal and 39-point profile landmark detection; Support both coordinate-based and heatmap-based inference; Up to 100 FPS landmark inference speed with SOTA face detector on CPU.
-
Updated
Feb 25, 2021 - Python
Adlik: Toolkit for Accelerating Deep Learning Inference
-
Updated
May 31, 2022 - C++
An official implementation of MobileStyleGAN in PyTorch
-
Updated
Apr 27, 2022 - Python
YoloV3/tiny-YoloV3+RaspberryPi3/Ubuntu LaptopPC+NCS/NCS2+USB Camera+Python+OpenVINO
-
Updated
Feb 27, 2022 - Python
Real-time 3D multi-person pose estimation demo in PyTorch. OpenVINO backend can be used for fast inference on CPU.
-
Updated
May 1, 2021 - Python
This repository is a home to Intel® Deep Learning Streamer (Intel® DL Streamer) Pipeline Framework. Pipeline Framework is a streaming media analytics framework, based on GStreamer* multimedia framework, for creating complex media analytics pipelines.
-
Updated
May 31, 2022 - C++
World's fastest ANPR / ALPR implementation for CPUs, GPUs, VPUs and NPUs using deep learning (Tensorflow, Tensorflow lite, TensorRT, OpenVX, OpenVINO). Multi-Charset (Latin, Korean, Chinese) & Multi-OS (Jetson, Android, Raspberry Pi, Linux, Windows) & Multi-Arch (ARM, x86).
-
Updated
May 15, 2022 - C++
[High Performance / MAX 30 FPS] RaspberryPi3(RaspberryPi/Raspbian Stretch) or Ubuntu + Multi Neural Compute Stick(NCS/NCS2) + RealSense D435(or USB Camera or PiCamera) + MobileNet-SSD(MobileNetSSD) + Background Multi-transparent(Simple multi-class segmentation) + FaceDetection + MultiGraph + MultiProcessing + MultiClustering
-
Updated
Nov 12, 2019 - Python
Working online speech recognition based on RNN Transducer. ( Trained model release available in release )
-
Updated
Aug 5, 2021 - Python
This script converts the ONNX/OpenVINO IR model to Tensorflow's saved_model, tflite, h5, tfjs, tftrt(TensorRT), CoreML, EdgeTPU, ONNX and pb. PyTorch (NCHW) -> ONNX (NCHW) -> OpenVINO (NCHW) -> openvino2tensorflow -> Tensorflow/Keras (NHWC/NCHW) -> TFLite (NHWC/NCHW). And the conversion from .pb to saved_model and from saved_model to .pb and from .pb to .tflite and saved_model to .tflite and saved_model to onnx. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support.
-
Updated
May 30, 2022 - Python
This is implementation of YOLOv4,YOLOv4-relu,YOLOv4-tiny,YOLOv4-tiny-3l,Scaled-YOLOv4 and INT8 Quantization in OpenVINO2021.3
-
Updated
May 22, 2021 - Python
Generate saved_model, tfjs, tf-trt, EdgeTPU, CoreML, quantized tflite, ONNX, OpenVINO, Myriad Inference Engine blob and .pb from .tflite. Support for building environments with Docker. It is possible to directly access the host PC GUI and the camera to verify the operation. NVIDIA GPU (dGPU) support. Intel iHD GPU (iGPU) support. Supports inverse quantization of INT8 quantization model.
-
Updated
May 25, 2022 - Python
Improve this page
Add a description, image, and links to the openvino topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the openvino topic, visit your repo's landing page and select "manage topics."


我发现很多人在使用voc格式的数据集时,和我遇到了同样的问题,训练时AP一直为0,
今早,仔细检查后,我也找到了真正的原因,主要是数据加载的地方出现了问题,还是我们自己太不仔细了
解决流程思路: 解决YOLOX训练时AP为0