vibhorkrishna / S.H.A.D.Y

Smart Human Activity Detection Using YOLO
http://www.shady-capstone.ml/
MIT License
73 stars 35 forks source link

Person sleeping #8

Closed ghost closed 10 months ago

ghost commented 1 year ago

In fall detection project you mentioned that when height is greater than the width and vice versa you detect if person is fall down or not but what about when person is sleeping ? How you deal with that condition ?

vibhorkrishna commented 10 months ago

Yeah, fall detection will not work on a sleeping person. The solution could be to check whether the person is lying on the bed or not. If the person is on a bed then that will not be considered as a fall.