Size control of the 2D larva view
Compare changes
Files
7+ 22
− 21
@@ -29,7 +29,7 @@ import|merge|train|predict|--version|-V)
@@ -29,7 +29,7 @@ import|merge|train|predict|--version|-V)
larvatagger open <file-path> [--backends=<path>] [--port=<number>] [--quiet] [--viewer] [--browser] [--manual-label=<label>] [--segment=<t0,t1>]
larvatagger import <input-path> [<output-file>] [--id=<id>] [--framerate=<fps>] [--pixelsize=<μm>] [--overrides=<comma-separated-list>] [--default-label=<label>] [--manual-label=<label>] [--decode] [--copy-labels]
larvatagger train <backend-path> <data-path> <model-instance> [--pretrained-model=<instance>] [--labels=<comma-separated-list>] [--sample-size=<N>] [--balancing-strategy=<strategy>] [--class-weights=<csv>] [--manual-label=<label>] [--layers=<N>] [--iterations=<N>] [--seed=<seed>]
larvatagger train <backend-path> <data-path> <model-instance> --fine-tune=<instance> [--balancing-strategy=<strategy>] [--manual-label=<label>] [--iterations=<N>] [--seed=<seed>]
@@ -39,26 +39,27 @@ Usage:
@@ -39,26 +39,27 @@ Usage:
--iterations=<N> (MaggotUBA) Number of training iterations (can be two integers separated by a comma).
--segment=<t0,t1> Start and end times (included, comma-separated) for cropping and including tracks.