You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ fsl calibrate-laser --help
/home/ubuntu/.local/share/pipx/venvs/fishsense-lite/lib/python3.12/site-packages/pyfishsensedev/library/homography/models/lightglue.py:29: FutureWarning: `torch.cuda.amp.custom_fwd(args...)` is deprecated. Please use `torch.amp.custom_fwd(args..., device_type='cuda')` instead.
@torch.cuda.amp.custom_fwd(cast_inputs=torch.float32)
usage: fsl calibrate-laser [-h] -c COLUMNS [--debug-path DEBUG_PATH] [-j LASER_LABEL_STUDIO_JSON] -l LENS_CALIBRATION [--max-cpu MAX_NUM_CPU] [--max-gpu MAX_NUM_GPU] -o OUTPUT_PATH [--overwrite] -r ROWS -s SQUARE_SIZE [--config CONFIG] [--save-config SAVE_CONFIG] data [data ...]
Calibrates the laser for the FishSense Lite product line.
positional arguments:
data A glob that represents the data to process.
options:
-h, --help show this help message and exit
-c COLUMNS, --columns COLUMNS
The number of columns in the checkerboard.
--debug-path DEBUG_PATH
Sets the debug path for storing debug images.
-j LASER_LABEL_STUDIO_JSON, --laser-label-studio-json LASER_LABEL_STUDIO_JSON
An export of JSON tasks from Label Studio
-l LENS_CALIBRATION, --lens-calibration LENS_CALIBRATION
Lens calibration package for the FishSense Lite.
--max-cpu MAX_NUM_CPU
Sets the maximum number of CPU cores allowed.
--max-gpu MAX_NUM_GPU
Sets the maximum number of GPU kernels allowed.
-o OUTPUT_PATH, --output OUTPUT_PATH
The path to store the resulting calibration.
--overwrite Overwrite the calibration if it exists.
-r ROWS, --rows ROWS The number of rows in the checkerboard.
-s SQUARE_SIZE, --square-size SQUARE_SIZE
The size of a checkerboard square in mm.
--config CONFIG A yaml configuration file which can be overrode by the command line arguments.
--save-config SAVE_CONFIG
A path to save a yaml file with the current configuration of the command line arguments.
fishsense-docs/fishsense-lite-data-processing.md
Line 93 in 2429992
The text was updated successfully, but these errors were encountered: