mailrocketsystems/AIComputerVision

store person id and dwell time in dataframe

Closed this issue · 1 comments

Hi ,
In dwell_time_calculation.py , i want to store the time elapsed by each person in a frame in a pandas DataFrame ,
like
id 1 has stayed 15 sec in frame and suppose id_2 has stayed total 10 sec ..then data frame with only 2 rows ,with 4 columns i.e. Person_id, Start_time, end_time, Total time=end_time - start_time .

This is not an issue, so closing it. Thanks