Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/insactor
/ remove_scene_from_traj
Function
remove_scene_from_traj
simulate/scene.py:60–64 ·
view source on GitHub ↗
(traj)
Source
from the content-addressed store, hash-verified
58
59
60
def
remove_scene_from_traj(traj):
61
qp, box_qp = remove_box(deserialize_qp(traj))
62
traj = serialize_qp(qp)
63
box_traj = serialize_qp(box_qp)
64
return
traj, box_traj
Callers
1
rollout.py
File · 0.90
Calls
3
deserialize_qp
Function · 0.90
serialize_qp
Function · 0.90
remove_box
Function · 0.70
Tested by
no test coverage detected