spatial_preflight_screenshot_detections
Validate and normalize detected items in screenshots before 3D reconstruction, checking crop box coverage, confidence, and overlap quality to produce a clean handoff for Tripo generation.
Instructions
QA screenshot detections before reconstruction and Tripo generation.
KB: see knowledge_base/10_WORLD_BUILDING.md#9-world-building-best-practices
This local planner does not perform computer vision. It validates and normalizes agent/vision-supplied detected_items_json, checks crop box coverage, confidence, and overlap quality, then emits a normalized handoff for screenshot reconstruction.
Example: spatial_preflight_screenshot_detections(reference_image="C:/refs/apartment.png", detected_items_json="")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| room_type | No | apartment | |
| image_size | No | ||
| reference_image | Yes | ||
| require_crop_boxes | No | ||
| detected_items_json | Yes | ||
| min_crop_area_ratio | No | ||
| confidence_threshold | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |