Darknet/YOLO v3.0-149-gb11c9d5
Object Detection Framework
 
Loading...
Searching...
No Matches
darknet_04_process_videos.cpp File Reference

This application will process one or more videos as fast as possible on a single thread and save a new output video to disk. More...

Include dependency graph for darknet_04_process_videos.cpp:

Functions

int main (int argc, char *argv[])
 

Detailed Description

This application will process one or more videos as fast as possible on a single thread and save a new output video to disk.

The results are not shown to the user. Call it like this:

darknet_04_process_videos LegoGears DSCN1582A.MOV

The output should be similar to this:

processing DSCN1582A.MOV:
-> neural network size ...... 224 x 160 x 3
-> input video dimensions ... 640 x 480
-> input video frame count .. 1230
-> input video frame rate ... 29.970030 FPS
-> input video length ....... 41041 milliseconds
-> output filename .......... DSCN1582A_output.m4v
-> total frames processed ... 1230
-> time to process video .... 3207 milliseconds
-> processed frame rate ..... 383.536015 FPS
-> total objects founds ..... 6189
-> average objects/frame .... 5.031707

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)
Here is the call graph for this function: