Hi!
I am running the safety gear sample and i've a confusion regarding the output of the progressIndicator function.
in the above screen I suppose that while the process is running, the progress bar shows per frame time and when the process is completed, the Total Estimated is the time taken to process the whole video. is it so?
and what each column of the results text file ( that the job writes back) represents in the screen below?
TIA
Link Copied
1) Yes, the progress bar shown is the time taken for each process, when you combine all you will get the total time
Total time take = Pre-processing + inference + post-processing
2) The details of the text can be found in ROI_writer.cpp which is under the same safety gear folder.
Please find attached the details of each line
Got it, thanks a lot.
For more complete information about compiler optimizations, see our Optimization Notice.