Health-Devices-Research-Group / Posture-and-Fall-Detection-System-Using-3D-Motion-Sensors

This work presents a supervised learning approach for training a posture detection classifier, and implementing a fall detection system using the posture classification results as inputs with a Microsoft Kinect v2 sensor. The Kinect v2 skeleton tracking provides 3D depth coordinates for 25 body parts. We use these depth coordinates to extract seven features consisting of the height of the subject and six angles between certain body parts. These features are then fed into a fully connected neural network that outputs one of three considered postures for the subject: standing, sitting, or lying down. An average classification rate of over 99.30% for all three postures was achieved on test data consisting of multiple subjects where the subjects were not even facing the Kinect depth camera most of the time and were located in different locations. These results show the feasibility to classify human postures with the proposed setup independently of the location of the subject in the room and orientation to the 3D sensor.
Other
44 stars 17 forks source link

The code has no output #1

Open i4yyds opened 6 years ago

i4yyds commented 6 years ago

Hello, I downloaded your code, but it can't run. The code indicates that the server.cpp file is missing, and then I delete the file to run. But when main.py is executed, there is no output. Have you run this code on your new computer? Why can't mine?

Sunpst commented 5 years ago

Hello, I downloaded your code, but it can't run. The code indicates that the server.cpp file is missing, and then I delete the file to run. But when main.py is executed, there is no output. Have you run this code on your new computer? Why can't mine?

i4yyds commented 5 years ago

The code works. Try it again

hellocourse commented 5 years ago

The code works. Try it again

你好 line 29 filepath = "data/floorplans/" + str(roomNumber) + ".txt" 没有这个文件

hellocourse commented 5 years ago

Hello, I downloaded your code, but it can't run. The code indicates that the server.cpp file is missing, and then I delete the file to run. But when main.py is executed, there is no output. Have you run this code on your new computer? Why can't mine?

I have the same problem as you,have you solved this problem yet?

i4yyds commented 5 years ago

一开始我运行的时候是报错的,但是后来很简单就被我调试好了,这个代码没问题的。你再多试试。我记得是有两个程序的,一个是神经网络,一个是kinect代码。两个的运行顺序是有规定的,你再多试试。

hellocourse commented 5 years ago

作者你好 我先运行了 python 程序 再运行 c++ 程序 ,反过来也做了一遍 ,但是 结果都停在 这里 ,没有出现demo 里面的结果 ------------------ 原始邮件 ------------------ 发件人: "SoulCoderCN"notifications@github.com; 发送时间: 2019年4月15日(星期一) 晚上9:55 收件人: "Health-Devices-Research-Group/Posture-and-Fall-Detection-System-Using-3D-Motion-Sensors"Posture-and-Fall-Detection-System-Using-3D-Motion-Sensors@noreply.github.com; 抄送: "李逍遥"2032603965@qq.com; "Comment"comment@noreply.github.com; 主题: Re:[Health-Devices-Research-Group/Posture-and-Fall-Detection-System-Using-3D-Motion-Sensors]The code has no output (#1)

一开始我运行的时候是报错的,但是后来很简单就被我调试好了,这个代码没问题的。你再多试试。我记得是有两个程序的,一个是神经网络,一个是kinect代码。两个的运行顺序是有规定的,你再多试试。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

hellocourse commented 5 years ago

麻烦您用这里的代码跑一遍,希望能解决这个问题

xwr96 commented 4 years ago

一开始我运行的时候是报错的,但是后来很简单就被我调试好了,这个代码没问题的。你再多试试。我记得是有两个程序的,一个是神经网络,一个是kinect代码。两个的运行顺序是有规定的,你再多试试。

你好!这个代码可以用kinect v1跑吗?实验室没有v2的