Applications (s6 CLI)¶
The s6 command discovers runnable modules under s6.app and dispatches
to their main() functions. Use s6 --list to explore what’s available, or
invoke a command directly as s6 <command> [args].
Tip: Every command can also be run with Python directly, e.g.
python -m s6.app.<command> [args].
- cog/keypoint — Keypoint training, preview, export
- data/collect — Random‑sweep dataset capture
- data/filter — Interactive dataset browser and filter
- dataset — Manage datasets (local and R2)
- id — Camera identification ROI authoring tool
- perf-stats — Compare profiling runs
- robotic/remote-control — Qt GUI for remote control
- robotic/server — Robotics REST API server
- stream — Start a multi-camera capture + HTTP/TCP server
- test — Run the project’s unit tests
- track — Run the tracking stack