Skip to content

nankeermeng/YOLOv3_SaveVideo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

YOLOv3_SaveVideo

The old version has some problems, you can download the new version by: https://github.com/RongSong1993/YOLOv3-SaveVideo-New/tree/master

Update: The new version can be obtained in:https://github.com/RongSong1993/YOLOv3-SaveVideo-New/tree/master

The original YOLOv3 version can be obtained from the website:https://pjreddie.com/darknet/yolo/, but it does not save the output video which is detected by default.

So, this project gives a complete project which can save you output video,include your local test video and your webcam's test video. Only two files have been changed,include (./darknet/src/demo.c) and (./darknet/src/image.c). So,you can only change them in your YOLOv3 project.

Attention: Beacause the (./darknet/yolov3.weights) takes up too much memory space,so this project doesn't include the model,you can download it in the website:https://pjreddie.com/darknet/yolo/.

Reference from the website:https://github.com/PaulChongPeng/darknet/commit/0366ba1fc0f8a640a11d300a3ef16382fbc530ef

Welcome to contact me, good luck. Email:[email protected]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.6%
  • Cuda 5.9%
  • Other 1.5%