MCPcopy Create free account
hub / github.com/Walter0807/MotionBERT / load_motion

Function load_motion

tools/convert_insta.py:53–56  ·  view source on GitHub ↗
(json_path)

Source from the content-addressed store, hash-verified

51 return pose_h36m
52
53def load_motion(json_path):
54 json_dict = json.load(open(json_path, 'r'))
55 pose_h36m = json2pose(json_dict)
56 return pose_h36m
57
58
59args = parse_args()

Callers 1

convert_insta.pyFile · 0.85

Calls 1

json2poseFunction · 0.85

Tested by

no test coverage detected