Ask Your Question
0

how to detect human fall using OpenCV

asked 2018-01-18 03:59:37 -0600

I am Dev gravatar image

My project is detect human fall in elderly people. So I'm using latest OpenCV in python library and for human pose estimation i'm using Humaneva dataset. I am new to opencv. So, anyone can tell me what will be the procedure to detect human Fall.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-18 08:17:42 -0600

berak gravatar image

updated 2018-01-18 08:28:35 -0600

definitely not an easy, or even a beginner's project. don't expect to find anything ready-made, save using opencv's python api.

then, you don't tell us anything about the constraints here. video ? single images ? outdoor ?

if you did any reasearch on this before, why doesn't it show up in your question ?

this looks quite good , but again, advanced !

edit flag offensive delete link more

Comments

@berak I want to detect human fall in videos. Yes I've seen some papers on it but idea is not that much clear in it. So I decided to firstly detect human posture using humaneva dataset. Then we will go to detect fall position with the help classifier. But I'm currently stuck in humaneva dataset. It shows me core dump error. I've posted the problem in question how to run humaneva dataset in opencv later in comment.

I am Dev gravatar imageI am Dev ( 2018-01-18 13:02:33 -0600 )edit

"but idea is not that much clear " -- indeed. this is not a "solved problem", but current research.

berak gravatar imageberak ( 2018-01-19 02:50:59 -0600 )edit
1

@berak sir, I'm reading more papers on that. Previously I've tried with haar cascade dataset to detect human body parts. But it doesn't worked. If you can guide me on that then I'll be thankful to you. I will give my best.

I am Dev gravatar imageI am Dev ( 2018-01-19 07:21:39 -0600 )edit

" I've tried with haar cascade dataset" -- won't work. both the cascades and the HOGDescriptors were trained with upright people.

also, already for upright persons, shadows are a problem. for a person on the ground, this will be a terrible problem. any chance, you can use more sophisticated hardware, like a depth cam ?

berak gravatar imageberak ( 2018-01-20 10:11:37 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-18 03:59:37 -0600

Seen: 1,171 times

Last updated: Jan 18 '18