This repository contains the satellit_sam CLI application and the project documentation site.
satellit_sam/: SAM-based image processing and weak-label generation code (Pixi project)docs/: documentation site content and configuration (Bun + docmd)data/: local data inputs used during experiments/runsoutput/: generated outputs
cd satellit_sam
pixi install
pixi run sam-download
pixi run satellit -- --helpMain command groups:
label weaklabel validate-predictionslabel by-bounding-boxes(deprecated)
Detailed CLI docs:
- local docs page:
docs/content/cli/application.md - package README:
satellit_sam/README.md
cd docs
bun install
bun run devBuild static docs:
bun run build- Use Pixi commands for SAM/project code in this repository.
- The SAM-specific project lives under
satellit_sam/. - Run documentation commands from
docs/with Bun (bun run dev,bun run build).