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
tools/demo_utils/scene.py:44–48 ·
view source on GitHub ↗
(traj)
Source
from the content-addressed store, hash-verified
42
43
44
def
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
main
Function · 0.90
main
Function · 0.90
demo.py
File · 0.90
Calls
3
deserialize_qp
Function · 0.90
serialize_qp
Function · 0.90
remove_box
Function · 0.70
Tested by
2
main
Function · 0.72
main
Function · 0.72