이정은

Update README.md

Showing 1 changed file with 20 additions and 22 deletions
## You need to change all file's location to fit your computer.
* You need to change all file's location to fit your computer.
## FILE EXPLANATION
* 1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image.
* 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.
* 3) transform_to_motionpatch_together.m : read all skeletones file and just make motionpathces.
* FILE EXPLANATION
1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image.
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.
3) transform_to_motionpatch_together.m : read all skeletones file and just make motionpathces.
## CURRENT PROBLEM : HELP ME!!
* 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.
* 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
* CURRENT PROBLEM : HELP ME!!
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.
: 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
* we need exclude exceptions, so I calculated median of joint2, then calculate the subtraction (0.5,0.5) ... but it doens't work!
* could you solve this, please help me
we need exclude exceptions, so I calculated median of joint2, then calculate the subtraction (0.5,0.5) ... but it doens't work!
could you solve this, please help me
## DATA PREPROCESSING
in current situation
* [./skeletones/S001C001P002R002A020.skeleton] is bad example
* [./skeletones/S001C001P001R002A020.skeleton] is good examle
* DATA PREPROCESSING
in current situation, [./skeletones/S001C001P002R002A020.skeleton] is bad example
[./skeletones/S001C001P001R002A020.skeleton] is good examle
* see the results with transform_onefile_and_show_results.m and please classify like these..
* 1) filename_a : if people sit
* 2) filename_b : if people just use one hand
* 3) filename_c : othercase... (please add here)
* 4) filename_z : bad examples
see the results with transform_onefile_and_show_results.m
and please classify like these..
1) filename_a : if people sit
2) filename_b : if people just use one hand
3) filename_c : othercase... (please add here)
...
4) filename_z : bad examples
example) S001C001P002R002A020_a
\ No newline at end of file
* example) S001C001P002R002A020_a
\ No newline at end of file
......