SainsburyWellcomeCentre / crabs-exploration

A toolkit for detecting and tracking crabs in the field.
BSD 3-Clause "New" or "Revised" License
7 stars 0 forks source link

Add CLI arguments to training bash script #184

Open sfmig opened 5 months ago

sfmig commented 5 months ago

Ideally we would want the bash script to almost never be edited when we run a job.

Right now, there is a few fields to edit (see guide). Plus we are thinking about making the path to the config file also a commonly edited field.

It seems like a good idea to make these variables CLI arguments, with reasonable defaults if they are not passed.