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

Run inference on the cluster #186

Closed sfmig closed 6 days ago

sfmig commented 5 months ago

Streamline a bit the process of running inference on new videos using a trained model on the hpc.

Similar to #163 and the work done to run training on the cluster.

Including a quick guide if possible.

samcunliffe commented 5 months ago

Creating environment (and writing to /tmp ) running into permissions errors...?

samcunliffe commented 5 months ago

[@sfmig to review the PR]

Inference:

What should we log? MLFlow?

samcunliffe commented 5 months ago

Idea:

crabs.tracking

crabs.detection

sfmig commented 6 days ago

Implemented in #251 with the new updates to the CLI and used to generate tracked videos.

It would need to be updated once MLflow is implemented for the detect-and-track command (see #254) - but we can close this issue now as that is now captured in #254