Run the Software
Start the Software
./run_calibration.sh
What this does: Starts the calibration software with a visual interface.
If You Have Data Files to Use
# Replace the paths with your actual folder locations:
./run_calibration.sh --mount /home/yourname/Pictures:/workspace/images:ro
What this does: Lets the software access your folder with files on the host machine.
Get Help with Commands
./run_calibration.sh --help
What this does: Shows all available options.
Last updated