SAVRN
Search Contact SAVRN

Open-weight model · Image segmentation

toxoplasma-plaque-well-detector-yolo11

by Einar Olafsson einarolafsson/toxoplasma-plaque-well-detector-yolo11

Locates wells in whole-plate and multi-well crystal violet plaque-assay images. The front half of a two-stage pipeline with Toxoplasma Plaque v1; the well it finds also gives the diameter that makes areas comparable across microscopes.

Parameters
Context
Weights5.5 MB
Licensemit
AccessOpen weights
Monthly Downloads20

Model Card

By Einar Olafsson, published under mit, revision 41b763e1e392.

Locates wells in whole-plate and multi-well crystal violet plaque-assay images. The front half of a two-stage pipeline with Toxoplasma Plaque v1; the well it finds also gives the diameter that makes areas comparable across microscopes. This model is distributed through the spaCR Model Zoo. spaCR is an open-source package for spatial phenotype analysis of CRISPR screens and microscopy images. Launch the GUI and open the Model Zoo: Find Toxoplasma Plaque Well Detector v1 in the model list and press Download. The Model Zoo verifies the checkpoint's SHA-256 after download, so a truncated or substituted file is rejected rather than silently used. This is a plaque-assay model and is driven by…

Read Einar Olafsson's full model card

Toxoplasma Plaque Well Detector v1

Locates wells in whole-plate and multi-well crystal violet plaque-assay images. The front half of a two-stage pipeline with Toxoplasma Plaque v1; the well it finds also gives the diameter that makes areas comparable across microscopes.

  • Architecture: YOLO11n
  • Model Zoo key: toxoplasma_well_detector_v1
  • Checkpoint: yolo_welldetect_v3.pt
  • Trained by: einarolafsson

Use it in spaCR

This model is distributed through the spaCR Model Zoo. spaCR is an open-source package for spatial phenotype analysis of CRISPR screens and microscopy images.

pip install spacr

Model Zoo (GUI)

Launch the GUI and open the Model Zoo:

spacr

Find Toxoplasma Plaque Well Detector v1 in the model list and press Download. The Model Zoo verifies the checkpoint's SHA-256 after download, so a truncated or substituted file is rejected rather than silently used.

Model Zoo (Python)

from spacr import model_zoo

entry = next(e for e in model_zoo.catalogue() if e.key == "toxoplasma_well_detector_v1")
path  = model_zoo.install(entry, dest="~/spacr_models")
print(path)   # verified local checkpoint

Mask generation

This is a plaque-assay model and is driven by spaCR's plaque module rather than the general cell/nucleus mask pipeline:

from spacr import plaque

plaque.analyze_plaques(src="/path/to/plate_images", model=str(path))

In the GUI the same thing is under Make masks in the plaque workflow.

API: :mod:spacr.plaque, :func:spacr.core.preprocess_generate_masks

Performance

metric value
mAP50 0.993
mAP50-95 0.886
precision 0.987
recall 0.987

Training data

562 whole-plate and multi-well crystal violet images from 1 dataset, 190 of them containing no well at all. YOLO11n base, 150 epochs, batch 16, imgsz 640.

Files in this repository

path what
args.yaml the checkpoint
metadata.txt the checkpoint
results.csv the checkpoint
yolo_welldetect_v3.pt the checkpoint

Limitations

  • Detects WELLS, not plaques — run Toxoplasma Plaque v1 inside each detected well.
  • Trained on one imaging setup; other plate formats and scanners are untested.

Links

  • spaCR on GitHub: https://github.com/EinarOlafsson/spacr
  • Model Zoo API: spacr.model_zoocatalogue(), install(), fetch(), verify()
  • Mask generation API: spacr.core.preprocess_generate_masks, plaque API: spacr.plaque
  • Issues and questions: https://github.com/EinarOlafsson/spacr/issues

Identity and Version

Repository
einarolafsson/toxoplasma-plaque-well-detector-yolo11
Publisher
Einar Olafsson
Task
Image segmentation
Modality
Image
Library
spacr
Parameters
Not stated by the source
Languages
Not stated by the source
Revision
41b763e1e392288666a830af42a8c804e9b80bbd
First published
2026-08-31
Last updated
2026-09-18

Files and Weights

6 files, 5.5 MB in total. The weights are 1 file totalling 5.5 MB in pt.

Weights1 file · 5.5 MB
Configuration1 file · 1.8 KB
Documentation1 file · 2.8 KB
Other2 files · 21.5 KB
Repository1 file · 1.5 KB
Every file
FileTypeSizeSHA-256
yolo_welldetect_v3.ptWeights5.5 MB b826058754fb
args.yamlConfiguration1.8 KB
README.mdDocumentation2.8 KB
metadata.txtOther3.4 KB
results.csvOther18.1 KB
.gitattributesRepository1.5 KB

License and Download

License
mit
Access
Open weights, no gate
Download size
5.5 MB
Download from Einar Olafsson

Released by Einar Olafsson through its official repository on Hugging Face. Read the license.

Memory Requirements

PrecisionWeights in memory
As published5.5 MB

Weights only, from the published parameter count; the key-value cache and runtime add to this.

Questions About toxoplasma-plaque-well-detector-yolo11

Can I use toxoplasma-plaque-well-detector-yolo11 commercially?

Yes. toxoplasma-plaque-well-detector-yolo11 is released under MIT License. The MIT License is a short permissive license. It permits commercial use, modification and redistribution, provided the copyright notice and permission notice are included.

Similar Models

Model · Image segmentation

segformer-b2-finetuned-ade-512-512

NVIDIA

SegFormer model fine-tuned on ADE20k at resolution 512x512. It was introduced in the paper SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers by Xie et al. and first released in this repository. Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team. SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a…

Open weights other transformers

Model · Image segmentation

segformer-b3-finetuned-ade-512-512

NVIDIA

SegFormer model fine-tuned on ADE20k at resolution 512x512. It was introduced in the paper SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers by Xie et al. and first released in this repository. Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team. SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a…

Open weights other transformers

Model · Image segmentation

oneformer_ade20k_swin_large

SHI Labs

OneFormer model trained on the ADE20k dataset (large-sized version, Swin backbone). It was introduced in the paper OneFormer: One Transformer to Rule Universal Image Segmentation by Jain et al. and first released in this repository. OneFormer is the first multi-task universal image segmentation framework. It needs to be trained only once with a single universal architecture, a single model, and on a single dataset, to outperform existing specialized models across semantic, instance, and panoptic segmentation tasks. OneFormer uses a task token to condition the model on the task in focus, making the architecture task-guided for training, and task-dynamic for inference, all with a single…

Open weights mit transformers

Model · Image segmentation

segformer-b1-finetuned-ade-512-512

NVIDIA

SegFormer model fine-tuned on ADE20k at resolution 512x512. It was introduced in the paper SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers by Xie et al. and first released in this repository. Disclaimer: The team releasing SegFormer did not write a model card for this model so this model card has been written by the Hugging Face team. SegFormer consists of a hierarchical Transformer encoder and a lightweight all-MLP decode head to achieve great results on semantic segmentation benchmarks such as ADE20K and Cityscapes. The hierarchical Transformer is first pre-trained on ImageNet-1k, after which a decode head is added and fine-tuned altogether on a…

Open weights other transformers

Model · Image segmentation

segformer-b0-finetuned-ade-512-512

Joshua

https://huggingface.co/nvidia/segformer-b0-finetuned-ade-512-512 with ONNX weights to be compatible with Transformers.js. If you haven't already, you can install the Transformers.js JavaScript library from NPM using: Example: Image segmentation with Xenova/segformer-b0-finetuned-ade-512-512. You can visualize the outputs with: Note: Having a separate repo for ONNX weights is intended to be a temporary solution until WebML gains more traction. If you would like to make your models web-ready, we recommend converting to ONNX using Optimum and structuring your repo like this one (with ONNX weights located in a subfolder named onnx).

Open weights transformers.js

Model · Image segmentation

DelineateAnything

Mykola Lavreniuk

Delineate Anything v2 extends Delineate Anything into a globally representative, resolution-agnostic foundation model that scales agricultural field boundary detection to a planetary level from any imagery source. Trained on FBIS-73M, a massive 73-million-instance dataset spanning 61 countries with diverse imagery sources ranging from 0.25m to 10m resolution, built through a resolution-specific curation pipeline that solves the parcel-versus-field mismatch, Delineate Anything v2 sets a new state-of-the-art in global zero-shot delineation. It delivers a +103.3% relative gain in [email protected] over Delineate Anything while maintaining extreme efficiency, mapping all of Ukraine (603,000 km²) in 5.4…

Open weights agpl-3.0 ultralytics