├── .ipynb_checkpoints └── smpl_labeling-checkpoint.ipynb ├── README.md ├── output ├── head.obj ├── head_indices.npy ├── left_arm.obj ├── left_arm_indices.npy ├── left_foot.obj ├── left_foot_indices.npy ├── left_hand.obj ├── left_hand_indices.npy ├── left_leg.obj ├── left_leg_indices.npy ├── right_arm.obj ├── right_arm_indices.npy ├── right_foot.obj ├── right_foot_indices.npy ├── right_hand.obj ├── right_hand_indices.npy ├── right_leg.obj ├── right_leg_indices.npy ├── torso.obj ├── torso_indices.npy └── whole_body.obj ├── smpl_labeling.ipynb └── smpl_skeleton_structure.png /.ipynb_checkpoints/smpl_labeling-checkpoint.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/.ipynb_checkpoints/smpl_labeling-checkpoint.ipynb -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/README.md -------------------------------------------------------------------------------- /output/head.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/head.obj -------------------------------------------------------------------------------- /output/head_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/head_indices.npy -------------------------------------------------------------------------------- /output/left_arm.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_arm.obj -------------------------------------------------------------------------------- /output/left_arm_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_arm_indices.npy -------------------------------------------------------------------------------- /output/left_foot.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_foot.obj -------------------------------------------------------------------------------- /output/left_foot_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_foot_indices.npy -------------------------------------------------------------------------------- /output/left_hand.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_hand.obj -------------------------------------------------------------------------------- /output/left_hand_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_hand_indices.npy -------------------------------------------------------------------------------- /output/left_leg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_leg.obj -------------------------------------------------------------------------------- /output/left_leg_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/left_leg_indices.npy -------------------------------------------------------------------------------- /output/right_arm.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_arm.obj -------------------------------------------------------------------------------- /output/right_arm_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_arm_indices.npy -------------------------------------------------------------------------------- /output/right_foot.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_foot.obj -------------------------------------------------------------------------------- /output/right_foot_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_foot_indices.npy -------------------------------------------------------------------------------- /output/right_hand.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_hand.obj -------------------------------------------------------------------------------- /output/right_hand_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_hand_indices.npy -------------------------------------------------------------------------------- /output/right_leg.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_leg.obj -------------------------------------------------------------------------------- /output/right_leg_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/right_leg_indices.npy -------------------------------------------------------------------------------- /output/torso.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/torso.obj -------------------------------------------------------------------------------- /output/torso_indices.npy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/torso_indices.npy -------------------------------------------------------------------------------- /output/whole_body.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/output/whole_body.obj -------------------------------------------------------------------------------- /smpl_labeling.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/smpl_labeling.ipynb -------------------------------------------------------------------------------- /smpl_skeleton_structure.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZhengZerong/SmplLabeling/HEAD/smpl_skeleton_structure.png --------------------------------------------------------------------------------