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

Make CLI argparse approach consistent (typer vs argparse) #230

Open sfmig opened 4 weeks ago

sfmig commented 4 weeks ago

Right now some CLI commands use typer (e.g. extract-frames) and some don't (train-detector).

It would be nice to make them consistent.