doublehappy99 / Yolov4detect

C++ project of Yolov4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

  In this project, we use the lastest detection model Yolov4 to detect the custom images, videos or web camera videos with C++.
  Reference blog:

https://www.jianshu.com/p/24174ca9685a
https://blog.csdn.net/qianfengling0707/article/details/106467731/

Step

git clone https://github.com/xyl3902596/Yolov4detect.git
cd Yolov4detect
sudo cp libdarknet.so /usr/lib
cmake .
make
./yolov4 image/kite.jpg     //image
./yolov4 test.mp4             //video
./yolov4 web_camera      //webcamera

Result

avatar avatar avatar

Concat

Author:Xi Yunlong, Shanghai JiaoTong University,China
Email:XiYunlong111@outlook.com

About

C++ project of Yolov4


Languages

Language:C++ 55.1%Language:Makefile 18.7%Language:C 15.3%Language:CMake 10.9%