From b8e89c6c02482ce0fdfdde8af0ca0fa36783a6b5 Mon Sep 17 00:00:00 2001 From: Ajay Zalavadia Date: Thu, 19 Feb 2026 11:09:32 -0500 Subject: [PATCH] Clarify usage of instance segmentation models Instance segmentation models are available in QuPath. Refer to https://github.com/qupath/qupath-extension-djl/pull/42 --- docs/deep/djl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deep/djl.md b/docs/deep/djl.md index 7f6ef0a..fe285ed 100644 --- a/docs/deep/djl.md +++ b/docs/deep/djl.md @@ -175,7 +175,7 @@ Object detection of holidaying cows using DJL model zoo (PyTorch SSD) :::{admonition} Instance segmentation :class: tip -The same script can be used for an instance segmentation model - but there currently aren't any in the model zoos available to QuPath. +The same script can be used for an instance segmentation model. Use `DjlZoo.listInstanceSegmentationModels()` to access all the artifacts available for instance segmentation. :::