All Projects → ppogg → ncnn-yolov4-int8

ppogg / ncnn-yolov4-int8

Licence: other
NCNN+Int8+YOLOv4 quantitative modeling and real-time inference

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ncnn-yolov4-int8

nanodet tensorrt int8
nanodet int8 量化,实测推理2ms一帧!
Stars: ✭ 37 (+85%)
Mutual labels:  int8
darknet
php ffi darknet
Stars: ✭ 21 (+5%)
Mutual labels:  yolov4
VG AlexeyAB darknet
A forked AlexeyAB Darknet repo with extra convenient functions.
Stars: ✭ 82 (+310%)
Mutual labels:  yolov4
Xtreme-Vision
A High Level Python Library to empower students, developers to build applications and systems enabled with computer vision capabilities.
Stars: ✭ 77 (+285%)
Mutual labels:  yolov4
ncnn-android-benchmark
ncnn android benchmark app
Stars: ✭ 78 (+290%)
Mutual labels:  ncnn
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (+180%)
Mutual labels:  yolov4
OcrLiteAndroidNcnn
Chineseocr Lite Android Onnx To Ncnn Demo,超轻量级中文OCR Android Demo,支持ncnn推理
Stars: ✭ 43 (+115%)
Mutual labels:  ncnn
Udacity
This repo includes all the projects I have finished in the Udacity Nanodegree programs
Stars: ✭ 57 (+185%)
Mutual labels:  yolov4
ova-server
OpenVisionAPI server
Stars: ✭ 93 (+365%)
Mutual labels:  yolov4
tensorflow-yolov4
YOLOv4 Implemented in Tensorflow 2.
Stars: ✭ 136 (+580%)
Mutual labels:  yolov4
yolor
implementation of paper - You Only Learn One Representation: Unified Network for Multiple Tasks (https://arxiv.org/abs/2105.04206)
Stars: ✭ 1,867 (+9235%)
Mutual labels:  yolov4
yolo deepsort
Fast MOT base on yolo+deepsort, support yolo3 and yolo4
Stars: ✭ 47 (+135%)
Mutual labels:  yolov4
deepvac
PyTorch Project Specification.
Stars: ✭ 507 (+2435%)
Mutual labels:  ncnn
pytorch YOLO OpenVINO demo
No description or website provided.
Stars: ✭ 73 (+265%)
Mutual labels:  yolov4
object-detection-indonesian-traffic-signs-using-yolo-algorithm
Pendeteksian rambu lalu lintas khas Indonesia menggunakan dataset custom dan menggunakan algoritma Deep Learning You Only Look Once v4
Stars: ✭ 26 (+30%)
Mutual labels:  yolov4
Face-Recognition-Raspberry-Pi-64-bits
Recognize 2000+ faces on your Raspberry Pi 4 with database auto-fill and anti-spoofing
Stars: ✭ 48 (+140%)
Mutual labels:  ncnn
Paddle-YOLOv4
Paddle-YOLOv4,supports training, at least 41.1% mAP.支持训练,至少41.1%mAP。少数的给出精度的复现。
Stars: ✭ 40 (+100%)
Mutual labels:  yolov4
ros-yolo-sort
YOLO v3, v4, v5, v6, v7 + SORT tracking + ROS platform. Supporting: YOLO with Darknet, OpenCV(DNN), OpenVINO, TensorRT(tkDNN). SORT supports python(original) and C++. (Not Deep SORT)
Stars: ✭ 162 (+710%)
Mutual labels:  yolov4
Face-Recognition-Jetson-Nano
Recognize 2000+ faces on your Jetson Nano with database auto-fill and anti-spoofing
Stars: ✭ 63 (+215%)
Mutual labels:  ncnn
LibtorchTutorials
This is a code repository for pytorch c++ (or libtorch) tutorial.
Stars: ✭ 463 (+2215%)
Mutual labels:  yolov4

ncnn-yolov4-int8

NCNN+Int8+YOLOv4 quantitative modeling and real-time inference

Int8 quantization and inference for yolov4-tiny using ncnn is performed as follows.

  • inference
Equipment Computing backend System Framework input_size Run time
Intel Core i5-4210 window10(x64) ncnn@fp16 320 36ms
Intel Core i5-4210 window10(x64) ncnn@int8 320 57ms
Raspberrypi 3B 4xCortex-A53 Linux(arm64) ncnn@fp16 320 313ms
Raspberrypi 3B 4xCortex-A53 Linux(arm64) ncnn@int8 320 217ms

中文教程:https://zhuanlan.zhihu.com/p/368653551

中文教程:https://zhuanlan.zhihu.com/p/372278785

  • Note

Please watch out the following code changes

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].