Showing
1 changed file
with
11 additions
and
9 deletions
| ... | @@ -4,15 +4,8 @@ | ... | @@ -4,15 +4,8 @@ |
| 4 | * 1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image. | 4 | * 1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image. |
| 5 | * 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. | 5 | * 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 | * 3) transform_to_motionpatch_together.m : read all skeletones file and just make motionpathces. | 6 | * 3) transform_to_motionpatch_together.m : read all skeletones file and just make motionpathces. |
| 7 | - | ||
| 8 | -## CURRENT PROBLEM : HELP ME!! | ||
| 9 | - * 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 | -* 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 | 7 | ||
| 12 | - * we need exclude exceptions, so I calculated median of joint2, then calculate the subtraction (0.5,0.5) ... but it doens't work! | 8 | +## CURRENT JOB : DATA PREPROCESSING!! First Thing!! |
| 13 | - * could you solve this, please help me | ||
| 14 | - | ||
| 15 | -## DATA PREPROCESSING | ||
| 16 | in current situation | 9 | in current situation |
| 17 | * [./skeletones/S001C001P002R002A020.skeleton] is bad example | 10 | * [./skeletones/S001C001P002R002A020.skeleton] is bad example |
| 18 | * [./skeletones/S001C001P001R002A020.skeleton] is good examle | 11 | * [./skeletones/S001C001P001R002A020.skeleton] is good examle |
| ... | @@ -23,4 +16,13 @@ in current situation | ... | @@ -23,4 +16,13 @@ in current situation |
| 23 | * 3) filename_c : othercase... (please add here) | 16 | * 3) filename_c : othercase... (please add here) |
| 24 | * 4) filename_z : bad examples | 17 | * 4) filename_z : bad examples |
| 25 | 18 | ||
| 26 | - * example) S001C001P002R002A020_a | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 19 | + * example) S001C001P002R002A020_a | ||
| 20 | + | ||
| 21 | + | ||
| 22 | +## CURRENT PROBLEM : HELP ME!! | ||
| 23 | + * 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. | ||
| 24 | +* 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 | ||
| 25 | + | ||
| 26 | + * we need exclude exceptions, so I calculated median of joint2, then calculate the subtraction (0.5,0.5) ... but it doens't work! | ||
| 27 | + * I'll think more... if you have time, please help me | ||
| 28 | + | ... | ... |
-
Please register or login to post a comment