neha07kumari / Thief_Detection

This project helps to detect whether a person coming to your house is a thief or not , while you are away from your house enjoying your holiday or a trip.
https://neha07kumari.github.io/Thief_Detection/
Mozilla Public License 2.0
6 stars 14 forks source link

Thief Detection : Time Consideration Parameters to Detect a Thief #8

Open prathimacode-hub opened 2 years ago

prathimacode-hub commented 2 years ago

Description

Welcome to 'Thief -Detection', good to see you here.

With this issue, the readers will get to know on how to detect a thief with time consideration parameters. Check it with time limit of : 60-120 seconds

It's an interlinked issue with earlier issue of Thief Detection. Discuss with the collaborator assigned to issue number - 6 and work accordingly

To get assigned to this issue, add your participant id mentioned in this spreadsheet and the approach you would follow.

Points to Note :

This issue is only for 'SWOC' contributors

Domain

Data Science

Code of Conduct

kkg2001 commented 2 years ago

I want to work on this issue

prathimacode-hub commented 2 years ago

Issue assigned to you. @kkg2001

kkg2001 commented 2 years ago

I am putting up few points for time consideration and correct me if I am wrong 1.)Probably the thief will come at a time when it is deserted or at a time like 12 midnight or 2pm in the night. 2.)We can consider that if it is a thief then he/she will take the minimum time possible to try to accomplish his/her task. 3.)His/Her actions should be monitored since he/she will be in a hurry/rush so body language matters like sudden change in frame while executing the python code can be considered. 4.)I think datetime module can be used in this issue. Let me know.

Lastly, I would like you to guide me on this issue and how to get started. What initial assumptions I will consider and also tell me the time consideration parameters too.

Thanks