Short Explanation
Use this tool when the current view cannot see an object but the robot may have observed it earlier in the mapped scene.
Queries a stored 3D scene graph to recover previously observed object locations and spatial relations.
Core parameters, trigger timing, and visual before/after demo references.
Use this tool when the current view cannot see an object but the robot may have observed it earlier in the mapped scene.
Prepare the scene, image, video, sensor stream, prompt, or configuration expected by the original project.
Read the produced visualization, prediction, map, trajectory, mask, grasp pose, or other documented artifact.
A quick-run style example for the documentation page.
Readable controls and the meaning of each returned artifact.
dataset_rootpath/path/to/3RScanRoot folder containing the stored scans or scene graph artifacts.
target_scan_idtextf62fd5fd-9a3f-2f44-883a-1e5cf819608eScene identifier used to select the historical graph.
object_querytextObject class, instance, or natural-language target to search for.
relation_querytextOptional spatial relation such as near, on, lower than, or connected to.
matchesCandidate graph nodes matching the object query.
position_3dStored 3D center and bounding-box size for each matched node.
confidenceConfidence or matching score produced by the local wrapper.
Official resources, deployment steps, academic context, citation, and source-reported benchmark numbers.
python tools/query-3d-scene-graph/run.py --request tools/query-3d-scene-graph/examples/request.json --output tools/query-3d-scene-graph/runs/result.json
{
"tool": "query-3d-scene-graph",
"status": "ok",
"results": [
{
"label": "Queryable 3D scene memory",
"score": 0.87,
"output": "Object matches, 3D positions, neighbor relations, confidence"
}
],
"timing": {
"runtime": "Upstream proxy timing reports 35 Hz in the paper abstract, with detailed reconstruction at 28 ms and graph prediction at 133 ms.",
"device": "documented in source benchmark when available"
},
"artifacts": {
"visualization": "tools/query-3d-scene-graph/runs/visualization.png",
"raw_predictions": "tools/query-3d-scene-graph/runs/predictions.json"
}
}Paper identity and contribution summary.
@misc{query3dscenegraphYEAR,
title={SceneGraphFusion-style queryable memory tool},
author={Author},
year={YEAR},
note={Submitted tool sheet / local wrapper},
url={https://arxiv.org/abs/2010.05273}
}Only compact, source-reported numbers are shown here.
| Dataset | Metric | Value | Runtime | Source |
|---|---|---|---|---|
| 3RScan / 3DSSG, full scene with GT instances | Relationship recall | R@50 0.85; R@100 0.87 | Upstream graph prediction, not local wrapper timing | Upstream proxy: SceneGraphFusion CVPR 2021 paper, Table 1 |
| 3RScan / 3DSSG, full scene with GT instances | Object / predicate recall | Object R@5 0.70, R@10 0.80; predicate R@3 0.97, R@5 0.99 | Upstream graph prediction, not local wrapper timing | Upstream proxy: SceneGraphFusion CVPR 2021 paper, Table 1 |
| Incremental 3D scene graph prediction | Runtime | 35 Hz system-level claim; 28 ms reconstruction + 133 ms graph prediction detail | RGB-D sequence processing | Upstream proxy: SceneGraphFusion CVPR 2021 paper |
Upstream SceneGraphFusion paper, 3DSSG/3RScan links, input/output JSON examples, and local deployment notes from the submitted spreadsheet.
Visual references from the original tool. Click any image to inspect the original size.