资源算法YOLOv3-SaveVideo-New

YOLOv3-SaveVideo-New

2020-03-04 | |  43 |   0 |   0

YOLOv3-SaveVideo-New

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

The run command is: ./darknet detector demo cfg/coco.data cfg/yolov3.cfg yolov3.weights input.mp4 -i 0 -out_filename outputVideo.avi

Welcome to contact me, good luck. Email:894568618@qq.com


上一篇:keras-yolov3-KF-objectTracking

下一篇:libtorch-yolov3-deepsort

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...