Expand description
§plato-vision-jepa
Vision JEPA for the PLATO nervous system. Processes camera frames into structured room state vectors suitable for downstream nervous-system tiles.
Structs§
- Room
Vision State - 16-dimensional vision state vector for a room.
- Vision
Deadband - Deadband filter — only pass frames whose histogram diff exceeds a threshold.
- Vision
Tile - Structured room state produced by the vision JEPA from a single frame.
Functions§
- compute_
frame_ diff - Compute histogram intersection distance between two frames. Returns a value in [0, 1] where 0 = identical, 1 = maximally different.
- compute_
motion_ vector - Compute average motion vector from tracked point positions.
- extract_
region_ states - Divide an image grid into 4 quadrants and return average intensity of each normalized to [0, 1].
- is_
significant_ change - Determine whether a frame diff exceeds the significance threshold.
- vision_
state_ to_ tile - Convert a RoomVisionState into a VisionTile.