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...
Functions | |
int | main (int argc, char *argv[]) |
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
int main | ( | int | argc, |
char * | argv[] | ||
) |