Some fixes. Updated benchmarks.
This commit is contained in:
@ -384,7 +384,7 @@ def main():
|
||||
poses3D = np.zeros([1, len(joint_names_3d), 4]).tolist()
|
||||
else:
|
||||
spt_cameras = spt.convert_cameras(label["cameras"])
|
||||
roomparams = [label["room_center"], label["room_size"]]
|
||||
roomparams = [label["room_size"], label["room_center"]]
|
||||
poses3D = triangulator.triangulate_poses(
|
||||
poses_2d, spt_cameras, roomparams, joint_names_2d
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user