Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
def
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
59
args = parse_args()
Callers
1
convert_insta.py
File · 0.85
Calls
1
json2pose
Function · 0.85
Tested by
no test coverage detected