Files
cosma-qc/pipeline
Poulpe 171f90ce9f stage03b: trim videos per run + ours rough cut
LRV proxy (GoPro low-res 768x432 H.264) + ffmpeg -c copy keyframe-aligned.
Inputs: 02_runs.json + 03_video_index.json.
Outputs: per-run mp4 + ours_<gp>.mp4 chrono concat.
Tested on 20260505-Lepradet: 5 files + 2 ours (~11 GB total).

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 16:05:41 +00:00
..

cosma-pipeline

Pipeline autonome de reconstruction COSMA.

Structure

pipeline/
├── config/           # Seuils QA + params par défaut (versionnés)
├── orchestrator/     # DB SQLite, dispatcher, FastAPI
├── stages/           # Modules indépendants 01..08
├── qa/               # Vérifications pass/fail/degraded
└── cron/             # Auto-itération 6h

Usage rapide

# 1. Ingest
python3 pipeline/stages/01_ingest.py /mnt/ssd/20260505-Lepradet --name 20260505-Lepradet

# 2. Parse USBL
python3 pipeline/stages/02_usbl_parse.py /home/cosma/cosma-pipeline/20260505-Lepradet/manifest.json

# 3. Filter
python3 pipeline/stages/03_usbl_filter.py /home/cosma/cosma-pipeline/20260505-Lepradet/02_usbl_raw/

Notes données

  • logs/SUB/log/*_usbl.csv = bytes série bruts (Waterlinked M64), PAS lat/lon
  • Navigation réelle dans logs/SUB/bag/*.mcap (ROS2 MCAP)
  • Mapping AUV : vidéos utilisent AUV2xx, bags utilisent AUV0xx (même 2 derniers chiffres)