Showing
1 changed file
with
29 additions
and
0 deletions
README.md
0 → 100644
1 | + | ||
2 | + | ||
3 | +* You need to change all file's location to fit your computer. | ||
4 | + | ||
5 | +* FILE EXPLANATION | ||
6 | + 1) show_from_motion_patch_25.m : show skeletone's movement over time in 3D space by reading ONE motionpatch image. | ||
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 | + | ||
10 | +* 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. | ||
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 | ||
13 | + | ||
14 | +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 | ||
16 | + | ||
17 | +* DATA PREPROCESSING | ||
18 | +in current situation, [./skeletones/S001C001P002R002A020.skeleton] is bad example | ||
19 | + [./skeletones/S001C001P001R002A020.skeleton] is good examle | ||
20 | + | ||
21 | +see the results with transform_onefile_and_show_results.m | ||
22 | +and please classify like these.. | ||
23 | + 1) filename_a : if people sit | ||
24 | + 2) filename_b : if people just use one hand | ||
25 | + 3) filename_c : othercase... (please add here) | ||
26 | + ... | ||
27 | + 4) filename_z : bad examples | ||
28 | + | ||
29 | + example) S001C001P002R002A020_a | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or login to post a comment