All Projects → hpc203 → yolov34-cpp-opencv-dnn

hpc203 / yolov34-cpp-opencv-dnn

Licence: other
基于opencv的4种YOLO目标检测,C++和Python两个版本的实现,仅仅只依赖opencv库就可以运行

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to yolov34-cpp-opencv-dnn

yolov4 trt ros
YOLOv4 object detector using TensorRT engine
Stars: ✭ 89 (-41.45%)
Mutual labels:  yolov3, yolov4
Tensorflow Yolov4 Tflite
YOLOv4, YOLOv4-tiny, YOLOv3, YOLOv3-tiny Implemented in Tensorflow 2.0, Android. Convert YOLO v4 .weights tensorflow, tensorrt and tflite
Stars: ✭ 1,881 (+1137.5%)
Mutual labels:  yolov3, yolov4
Pytorch Yolov4
PyTorch ,ONNX and TensorRT implementation of YOLOv4
Stars: ✭ 3,690 (+2327.63%)
Mutual labels:  yolov3, yolov4
Deep-Learning-with-GoogleColab
Deep Learning Applications (Darknet - YOLOv3, YOLOv4 | DeOldify - Image Colorization, Video Colorization | Face-Recognition) with Google Colaboratory - on the free Tesla K80/Tesla T4/Tesla P100 GPU - using Keras, Tensorflow and PyTorch.
Stars: ✭ 63 (-58.55%)
Mutual labels:  yolov3, yolov4
Open-Source-Models
Address book for computer vision models.
Stars: ✭ 30 (-80.26%)
Mutual labels:  yolov3, yolov4
odam
ODAM - Object detection and Monitoring
Stars: ✭ 16 (-89.47%)
Mutual labels:  yolov3, yolov4
Yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 19,914 (+13001.32%)
Mutual labels:  yolov3, yolov4
Yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite
Stars: ✭ 8,159 (+5267.76%)
Mutual labels:  yolov3, 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 (-82.89%)
Mutual labels:  yolov3, yolov4
pytorch YOLO OpenVINO demo
No description or website provided.
Stars: ✭ 73 (-51.97%)
Mutual labels:  yolov3, yolov4
go-darknet
Go bindings for Darknet (YOLO v4 / v3)
Stars: ✭ 56 (-63.16%)
Mutual labels:  yolov3, yolov4
darknet
php ffi darknet
Stars: ✭ 21 (-86.18%)
Mutual labels:  yolov3, yolov4
simpleAICV-pytorch-ImageNet-COCO-training
SimpleAICV:pytorch training example on ImageNet(ILSVRC2012)/COCO2017/VOC2007+2012 datasets.Include ResNet/DarkNet/RetinaNet/FCOS/CenterNet/TTFNet/YOLOv3/YOLOv4/YOLOv5/YOLOX.
Stars: ✭ 276 (+81.58%)
Mutual labels:  yolov3, yolov4
Pruned-OpenVINO-YOLO
Deploy the pruned YOLOv3/v4/v4-tiny/v4-tiny-3l model on OpenVINO embedded devices
Stars: ✭ 46 (-69.74%)
Mutual labels:  yolov3, yolov4
ScaledYOLOv4
Scaled-YOLOv4: Scaling Cross Stage Partial Network
Stars: ✭ 1,944 (+1178.95%)
Mutual labels:  yolov3, yolov4
Tensorrtx
Implementation of popular deep learning networks with TensorRT network definition API
Stars: ✭ 3,456 (+2173.68%)
Mutual labels:  yolov3, yolov4
yolo deepsort
Fast MOT base on yolo+deepsort, support yolo3 and yolo4
Stars: ✭ 47 (-69.08%)
Mutual labels:  yolov3, yolov4
YOLO-Streaming
Push-pull streaming and Web display of YOLO series
Stars: ✭ 56 (-63.16%)
Mutual labels:  yolov3, yolov4
tensorflow-yolov4
YOLOv4 Implemented in Tensorflow 2.
Stars: ✭ 136 (-10.53%)
Mutual labels:  yolov4
YOLOv3-CoreML
YOLOv3 for iOS implemented using CoreML.
Stars: ✭ 166 (+9.21%)
Mutual labels:  yolov3

4种YOLO目标检测的C++和Python两种版本的实现

本程序包含了经典的YOLOv3,YOLOv4,Yolo-Fastest和YOLObile这4种YOLO目标检测的实现, 这4种yolo的.cfg和.weights文件,从百度云盘里下载

链接:https://pan.baidu.com/s/1xOZ-MM0G-NgmlYyrW0dGCA 提取码:8kya

下载完成后把下载得到的4个文件夹拷贝到和main_yolo.cpp同一目录下, 只要安装了opencv4.4.0及其以上版本的,就可以在windows和linux系统编译并运行main_yolo.cpp

此外,在Net_config配置参数项里,可以添加一个参数swapRB,控制输入图像是否交换RGB通道的, 之所以要添加这个参数,是因为我看到有的YOLO模型的输入图像并没有做交换通道到RGB的处理。

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].