Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Detecting falls using DNN, looking for advice

Hi All, Not sure if this is the right place to ask such question, but if not, I am sure you will point me in the right direction. I plan on building a reasonably simple application that can detect falls. I thought about using openpose but it seems to be too slow and I am aiming this to run on relatively cheap hardware (google aiy?). There are faster solutions using mobilenet ssd like https://github.com/ildoonet/tf-pose-estimation which might be ok but... here comes the questions: 1. would training mobilenet ssd to detect standing, lying down or on four (half fallen) person would be difficult? 2. would this be a faster approach then detecting pose? 3. any ideas for datasets to use?

regards, Moshe