Differences

This shows you the differences between two versions of the page.

Link to this comparison view

poppy-kine:poppy-kine-2016-s4 [2017/03/31 09:38]
mai ↷ Page moved from poppy-kine-2016-s4 to poppy-kine:poppy-kine-2016-s4
poppy-kine:poppy-kine-2016-s4 [2019/04/25 14:08]
Line 1: Line 1:
-{{tag>​Poppy Project poppy-kine}} 
-====== Poppy-Kine : S4 project 2015-2016 ====== 
  
- 
-===== Introduction ===== 
-This project is organised under the "​Projet d'​ingénieur"​ of Telecom BRETAGNE for the scholar year 2015-2016. Its main objective is to evaluate the performance of the patients in their reeducation exercises and to give the feedbacks by a humanoid robot based on a text-to-speech system. The robot will be used is **Poppy** (see [[http://​poppy-project.org/​|Poppy project]] and [[poppy|Poppy robot wiki page]]), the movements are captured by the **camera Kinect** (v2). 
-\\ For the recorded and reproduction parts, we have used the work of projet S5 (see [[http://​gaudi.enstb.org/​doku.php?​id=poppy-kine-2015-s5 | poppy-kine-2015-s5]]). 
-\\ We implemented the filtering in order to have the proper movements without noise of the patients. This will help us to build the **GMM model** to compare the movements of the patients with the reference ones of the kinesitherapist. After having the resultat of evaluation, we used the **MaryTTS** (see [[http://​gaudi.enstb.org/​doku.php?​id=marytts | marytts]]) to give the oral feedbacks. 
- 
----- 
-===== Our works ===== 
- 
-  - First step: getting the data from the camera Kinect. In front of the camera Kinect, we have performed a simple movement, and we would use this movement as the reference in the reeducation exercise. 
-  - Second step: filter the data, after the first step, we will have the movements'​ data in form of <​name_of_the_exercise_x>​.txt file (x starts from zero (first movement)). The Butterworth filter is used in order to obtain the proper movements without noise. 
-  - Third step: detection of the beginning and the end of the movements. After that building the GMM model in MATLAB. 
- 
-==== First step: getting the data ==== 
- 
-See the clear instruction at [[http://​gaudi.enstb.org/​doku.php?​id=poppy-kine-2015-s5 | poppy-kine-2015-s5]] 
- 
-==== Second step: filter the data ==== 
- 
-We used a low pass filter to decrease the effects of the noise. In this case, we decided to choose the filter Butterworth because of its advantage which is its formula of the transfer function is the same for all the orders: 
-{{:​12.png?​direct&​200|}} 
- 
-After considering the performance of the filter with several orders, we chose //n=5// for our filter. The figure below shows the filtered data for the joint **//"​Head"//​** correspond to the skeleton of the camera Kinect. 
- 
- 
-{{:​filter_butterworth.png?​| The filtered data with filter Butterworth}} 
-==== Third step: detection of the beginning and the end of the movements ==== 
-=== Detection of the beginning === 
-To detect the beginning of the movement, we supposed that the noise always has the amplitude which is smaller than the movements'​ amplitudes. We have calculated an interval outside of which the signal can be considered as the movements. 
-\\ This figure below presents the detection of the beginning for the movements of the joint **//"​Hip-Left"//​**. 
- 
- 
-{{:​detection_beginning.png?​direct|Detection of the beginning}} 
- 
-=== Detection of the end of the movements & separation the cycles ==== 
-From the detection of the beginning, we can fin the end of the movement as we know its period which is the inverse of the frequency obtained by the FFT transform of the signal. ​ 
-\\  In reality, we consider the case where there are many repetition in one exercise, so that we to cut the movements into many cycles in order to compare with the reference movements. We have calculated the period of the cycles thanks to the FFT transform, and then obtained the number of cycles in one movement. 
- 
----- 
-===== How to use our code ===== 
- 
-All the source code is located in the folder **C:/​Utilisateurs/​ihsev/​Documents/​projets4/​redmine**,​ you can also get the code source via **https://​redmine.telecom-bretagne.eu/​projects/​poppy-kine-2016-s4** 
- 
-You can run our program by executing main.py(you can use PythonWin or PyCharm), and there are two inputs, for exemple, "​16mai_slow_0.json bruit_0.json"​. The first is data of movement, and the second is a sample of noise.\\ 
- 
-In the main.py (line 38), you can select the joints that you want, or comment the joints no needed.\\ 
- 
-To see the results of the data filtered, you can change the parameter "​debug"​ in the function "​filter"​ as "​filter()"​(line69).\\ 
- 
-You can also refer to Curve.py and calcules.py to see the method used for detecting the start and period.\\ 
- 
-The number of cycles detected is showed by the output"​number of cycles cutted",​ and the files cutted are saved in the foleder **C:/​Utilisateurs/​ihsev/​Documents/​projets4/​redmine/​filtered** ​ 
- 
-**Here is a synthesis of the files:**\\ 
-main.py : execute the program.\\ 
-Curve.py : contains the functions used for one curve(a joint, a dimension), functions : filter, detect the start and period.\\ 
-Data.py : contains the functions used to determine the global start and period for the movement, and cut the cycles into different files.\\ 
-calcules.py : contains the calculation of the transform FFT and the detection of start.\\ 
-filtrage.py : constitute a filter low-pass, and determine the cutoff frequency.\\ 
  • poppy-kine/poppy-kine-2016-s4.txt
  • Last modified: 2019/04/25 14:08
  • (external edit)