이정은

Update README.md

Showing 1 changed file with 20 additions and 22 deletions
1 1
2 +## You need to change all file's location to fit your computer.
2 3
3 -* You need to change all file's location to fit your computer. 4 +## FILE EXPLANATION
4 - 5 + * 1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image.
5 -* FILE EXPLANATION 6 + * 2) transform_onefile_and_show_results.m : this is for experiment. read skeletone file (it's format, which is in skeletones folder), make motionpatch, and show the movement.
6 - 1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image. 7 + * 3) transform_to_motionpatch_together.m : read all skeletones file and just make motionpathces.
7 - 2) transform_onefile_and_show_results.m : this is for experiment. read skeletone file (it's format, which is in skeletones folder), make motionpatch, and show the movement.
8 - 3) transform_to_motionpatch_together.m : read all skeletones file and just make motionpathces.
9 8
10 -* CURRENT PROBLEM : HELP ME!! 9 +## CURRENT PROBLEM : HELP ME!!
11 -I have no idea about parallel transform with joint2 (which is belly button)'s y and z coords to (0.5,0.5) from orientation normalized joints. 10 + * I have no idea about parallel transform with joint2 (which is belly button)'s y and z coords to (0.5,0.5) from orientation normalized joints.
12 - : We don't need parallel transform with x coords, since we normalized with x axis = it means all x coords are in 0 to 1 11 +* We don't need parallel transform with x coords, since we normalized with x axis = it means all x coords are in 0 to 1
13 12
14 -we need exclude exceptions, so I calculated median of joint2, then calculate the subtraction (0.5,0.5) ... but it doens't work! 13 + * we need exclude exceptions, so I calculated median of joint2, then calculate the subtraction (0.5,0.5) ... but it doens't work!
15 -could you solve this, please help me 14 + * could you solve this, please help me
16 15
17 -* DATA PREPROCESSING 16 +## DATA PREPROCESSING
18 -in current situation, [./skeletones/S001C001P002R002A020.skeleton] is bad example 17 +in current situation
19 - [./skeletones/S001C001P001R002A020.skeleton] is good examle 18 + * [./skeletones/S001C001P002R002A020.skeleton] is bad example
19 + * [./skeletones/S001C001P001R002A020.skeleton] is good examle
20 20
21 -see the results with transform_onefile_and_show_results.m 21 + * see the results with transform_onefile_and_show_results.m and please classify like these..
22 -and please classify like these.. 22 + * 1) filename_a : if people sit
23 - 1) filename_a : if people sit 23 + * 2) filename_b : if people just use one hand
24 - 2) filename_b : if people just use one hand 24 + * 3) filename_c : othercase... (please add here)
25 - 3) filename_c : othercase... (please add here) 25 + * 4) filename_z : bad examples
26 - ...
27 - 4) filename_z : bad examples
28 26
29 - example) S001C001P002R002A020_a
...\ No newline at end of file ...\ No newline at end of file
27 +* example) S001C001P002R002A020_a
...\ No newline at end of file ...\ No newline at end of file
......