-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
# Real-Time-Rehabilitation | ||
Real time rehabilitation assessment with kinect v2. We implement the spatio temporal graph convolutional neural network for rehabilitation exercise assessment according to the following paper: S. Deb, M. F. Islam, S. Rahman and S. Rahman, "[Graph Convolutional Networks for Assessment of Physical Rehabilitation Exercises](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=9709340)," in IEEE Transactions on Neural Systems and Rehabilitation Engineering, vol. 30, pp. 410-419, 2022, doi: 10.1109/TNSRE.2022.3150392. | ||
|
||
# How to run this code | ||
First and foremost you need the Microsoft Kinect v2 and install the associated dependencies. After that follow these steps: | ||
1) Install requirement.txt file | ||
2) Download the model parameters from the [google drive](https://drive.google.com/drive/u/1/folders/1c2Nucl8iIFhDvPZUjdkTFYoksaX1TpK_) and store them to best model folder | ||
3) Run PyKinectBodyGame_v1.py file | ||
|
||
# Prediction | ||
Output for the healthy person. The correctness score is shown in real time at the top middle of the screen. Consequently, exercise name is shown at the top left. | ||
|
||
https://github.com/SwaksharDeb/Real-Time-Rehabilitation/assets/49334830/a5dcd42b-e1fa-4ea4-902a-f7c19e5dd205 | ||
|
||
|
||
|
||
https://github.com/SwaksharDeb/Real-Time-Rehabilitation/assets/49334830/31c4520c-9886-4c9d-b7f2-0f31254387d8 | ||
|
||
Output for the patient. The correctness score is shown in real time at the top middle of the screen. Consequently, exercise name is shown at the top right. | ||
|
||
|
||
https://github.com/SwaksharDeb/Real-Time-Rehabilitation/assets/49334830/46edbbff-5924-47e0-a190-89c740976a8e | ||
|
||
|
||
|
||
https://github.com/SwaksharDeb/Real-Time-Rehabilitation/assets/49334830/b5153988-c712-484c-9b68-34578a748fbb | ||
# Kinectv2 Data Capture using Python (for multiple sensors) | ||
|
||
We will add detail soon... |