CoolFace
Datasetpublic

ppak10/Agentic-SLS-Telemetry

Inova-Mk1-Telemetry Time-aligned printer-state recordings from Inova Mk1 SLS 3D print runs. One row per 10 Hz tick — the recorder's /state/snapshot poll — with the full sensor state snapshot (~64 columns: temperatures, position, power, lights) on every row, the nearest camera frame embedded inline when one fell within the prior 100 ms window, and any 1 kHz position-stream samples from that window collected as a nested list. 25 parquet files across builds spanning 2026-05 through… See the full description on the dataset page: https://huggingface.co/datasets/ppak10/Agentic-SLS-Telemetry.

sourceHugging Facemitupdated 2mo agoView on Hugging Face
0likes410downloads
pyproject.toml14 linesDownload Raw Back to root
1[project]2name = "inova-mk1-telemetry"3version = "0.1.0"4description = "Real-time printer telemetry (temperature, laser, motor, frames, position) from the Inova Mk1 SLS printer, organized per build."5readme = "README.md"6requires-python = ">=3.13"7dependencies = [8    "pyarrow>=15",9    "polars>=1.0",10    "imageio[ffmpeg]>=2.34",11    "pillow>=10",12    "numpy>=1.26",13]14