Command-Line Interface¶
AquaMVS provides a command-line interface for common operations.
aquamvs --help
Commands¶
aquamvs init¶
Generate a pipeline configuration from an input directory (videos or images) and calibration file.
aquamvs init --input-dir /path/to/input --pattern "^([a-z0-9]+)-" \
--calibration /path/to/calibration.json \
--output-dir /path/to/output
aquamvs run¶
Run the reconstruction pipeline.
aquamvs run config.yaml
aquamvs export-refs¶
Export undistorted reference images for ROI mask creation.
aquamvs export-refs config.yaml --frame 0
aquamvs benchmark¶
Run benchmark comparison across extractor configurations.
aquamvs benchmark config.yaml --frame 0