PoseLLM / test.py
ZiyuG's picture
Upload test.py with huggingface_hub
3147214 verified
import json, ipdb
f = open('/data7tb/gzy/PoseLLM/Data/EgoBody_json/egobody1.json', 'r')
data_ego = json.load(f)
f = open('/data7tb/gzy/PoseLLM/Data/EHF/EHF.json', 'r')
data_ehf = json.load(f)
f = open('/data7tb/gzy/PoseLLM/Data/MPI-INF-3DHP_json/text/MPI-INF-3DHP-0.json', 'r')
data_mpi = json.load(f)
ipdb.set_trace()