Annolid on Google Colab#
Google Colab is often the easiest way to run GPU-heavy training or inference (especially for Detectron2 / Mask R-CNN workflows).
Open the official notebook#
From the Annolid GUI: File → Open in Colab
Or open directly:
Typical workflow#
On your local machine, label frames in Annolid and export a dataset (COCO or YOLO depending on the notebook/tooling you use).
Upload the dataset to Google Drive (or point the notebook at a GitHub URL if the data is public).
Run training/inference in Colab.
Download the trained weights and use them in Annolid (e.g., “Browse Custom YOLO…” or your Detectron2 model path).
Note
For many tracking tasks you don’t need Colab: you can label one frame and track with Annolid’s built-in tracking backends, then export to CSV for analysis.