Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1638 Discussions

Understadning the output of progressIndicator and results txt files

Raza__Ghulam_Jilani
1,018 Views

Hi!

I am running the safety gear sample and i've a confusion regarding the output of the progressIndicator function. 

progress indicator visual.PNG

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?

progress indicator txt.PNG

 

TIA

 

 

0 Kudos
2 Replies
MohammedIq_A_Intel
1,018 Views

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

ROI_Writer.png

0 Kudos
Raza__Ghulam_Jilani
1,018 Views

Got it, thanks a lot.

0 Kudos
Reply