Skip to content

xyl3902596/Yolov4detect

Repository files navigation

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:[email protected]

About

C++ project of Yolov4

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published