MCPcopy Create free account
hub / github.com/MotrixLab/insactor / remove_scene_from_traj

Function remove_scene_from_traj

tools/demo_utils/scene.py:44–48  ·  view source on GitHub ↗
(traj)

Source from the content-addressed store, hash-verified

42
43
44def remove_scene_from_traj(traj):
45 qp, box_qp = remove_box(deserialize_qp(traj))
46 traj = serialize_qp(qp)
47 box_traj = serialize_qp(box_qp)
48 return traj, box_traj

Callers 3

mainFunction · 0.90
mainFunction · 0.90
demo.pyFile · 0.90

Calls 3

deserialize_qpFunction · 0.90
serialize_qpFunction · 0.90
remove_boxFunction · 0.70

Tested by 2

mainFunction · 0.72
mainFunction · 0.72