Loading...
Loading...
Deploy a working Intel® SceneScape installation from scratch (outside the repo). Gathers user-provided streams, camera IDs, scene name, and mapping choice, then runs bootstrap through tracking verification via scripts/deploy_scenescape.sh. Also handles re-running or resuming a single phase of an existing deployment on request (e.g. "recalibrate", "redo scene reconstruction", "resume bootstrap only") via the orchestrator's --phase flag.
npx skill4agent add open-edge-platform/scenescape scenescape-setuprequestsdeploy-inputs.jsonbootstrapcalibratescenedeploy_dirstreamscamera_idsscene_namemappingreconstruction.glb.ply--phase--freshdeploy_dirdeploy-inputs.json.deploy-state.jsonDEPLOY COMPLETEscene_uidcamera_idsdeploy-inputs.json$SKILL_DIRdocs/user-guide/...https://github.com/open-edge-platform/scenescape/blob/main/<path>references/watch_orchestrator.shRESULT=--freshdeploy_dirdocker compose down -vSKILL_DIRexport SKILL_DIR=<path-to-scenescape-checkout>/.github/skills/scenescape-setupSCENESCAPE_REPO=$(find ~ -maxdepth 5 -type d -name scenescape 2>/dev/null | head -1)
git -C "$SCENESCAPE_REPO" fetch origin main
mkdir -p /tmp/scenescape-skill
git -C "$SCENESCAPE_REPO" archive origin/main \
-- .github/skills/scenescape-setup | tar -x -C /tmp/scenescape-skill
export SKILL_DIR=/tmp/scenescape-skill/.github/skills/scenescape-setupls "$SKILL_DIR/scripts/deploy_scenescape.sh"| Situation | Reference to read |
|---|---|
| New deployment (gather inputs, mapping choice, video files) | step-1-gather-inputs.md |
| Resume / repeat / Fast Path ("continue", "resume", unchanged inputs) | fast-path.md |
Launch (full deploy, resume, or | deploy-and-complete.md |
| Single phase: bootstrap (6–8), calibrate (9–10), scene (11–13) | phase-bootstrap.md / phase-calibrate.md / phase-scene.md |
| Tracking flickers, vanishes, or IDs change (same camera) | tuning-tracker.md |
| Cross-camera Re-ID misses / wrong person | tuning-reid.md |
| Keep a vision attribute from resetting | attribute-persistence.md |
| External non-vision sensor reading/event | singleton-sensors.md |
| Expected size/shape for a class (Object Library) | object-library.md |
| After successful deploy — what to build with scene output (required handoff) | using-scene-output.md |
| Generated-file layout / web-UI handoff / bootstrap-runtime-reconstruction diagnosis | operational-reference.md (only for those needs — not during routine deploy) |
tracker-config.jsonreid-config.jsontuning-tracker.mdtuning-reid.md<deploy_dir>/controller/tracker-config.json<deploy_dir>/controller/reid-config.jsonassets/docker compose up -d --force-recreate sceneexample-prompts/prompt_file