Expand description
End-to-end native vision pipeline (MVP + GSW W/G/S).
Synthetic or raw RGB → detect (reference or production weights) → track → epistemic quins → overlay BMP. Plus generate + image-to-3D. No Python.
Structs§
- Biosense
Pulse Demo - Biosense excellence demos (consent-bound recipes; no training).
- Generate
Result - GsContinuum
Result - Full G→S continuum: generate → media store → recon → validate → OBJ + .10d + quins.
- Image
To3d Result - Overlay
BoxDto - SrResult
Dto - Super-resolution (“Enhance”) result: before/after PNG data URLs + honesty.
- Vision
Demo Result
Functions§
- biosense_
self_ monitor_ pulse_ demo - Synthetic pulse + optional EVM → rPPG (security consent template for demo).
- correct_
instance - demo_
test - demo_
train - Public helpers for UI without storage.
- detect_
from_ image_ file - Decode PNG/JPEG and detect.
- detect_
from_ rgb8 - Detect from raw RGB8 buffer (file import path).
- detect_
with_ disk_ weights - Detect with QVWT from disk if present.
- ensure_
vision_ weights - Ensure seed QVWT on disk; load for production path.
- generate_
and_ reconstruct - Generate then reconstruct (G→S10 smoke path).
- generate_
image - Swarm G — native seeded image generation.
- image_
to_ 3d_ from_ rgb - Swarm S-V10 — heightfield recon + validation.
- ingest_
demo_ to_ wal - Persist native observations to WAL and return SHACL report.
- node_
hint_ to_ tensor10d - Map vision
NodeHint→Tensor10Dfor spectral paint (D1/D2). - query_
vision_ region - Query observation quins by normalized region (u16).
- reject_
instance - Human rejects instance; machine claims remain. Returns updated attestation note.
- run_
gs_ continuum - Full continuum used before handing off to auditory work:
generate → content-addressed store → heightfield recon → validate →
OBJ + sealed
.10d+ generation receipt quins + geometry quins. - run_
sample_ demo - run_
sample_ demo_ with_ backend - run_
synthetic_ demo - Run synthetic sample through detect → track → compile → SHACL → overlay BMP.
- run_
synthetic_ demo_ with_ backend - seal_
vision_ mesh_ with_ detections - Seal a MeshIR with detection-derived Tensor10D nodes (D1 product path).
- section15_
smoke - §15 automated smoke: synthetic detect + SHACL + overlay.
- super_
resolve_ image - Decode arbitrary image bytes, classically super-resolve (Enhance), and return before/after PNG data URLs plus device/honesty metadata.
- twin_
elasticity_ demo - Phase 11–12: twin eligibility + closed-form elasticity preview (A1, not FEA).
- vision_
local_ embed_ demo - Local CBIR proxy hashes for an RGB buffer (not CLIP).