You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's extremely common in pathology (and potentially useful elsewhere) to train models from images from a variety of sources, often acquired using different scanners that use different pixel sizes. Rescaling images later to have a standardized pixel size is an effective way to reduce at least one source of variation, and have a model that can potentially generalize well.
It's also extremely common to train models that should be run at different resolutions for different purposes (e.g. 0.5µm/px for nucleus detection, 5µm/px for tumor recognition)
QuPath definitely needs resolution information, but other software does as well - e.g. see
The topic of including the requested pixel size (resolution) in the model spec came up at the recent HT hackathon.
I wrote a little rant on Zulip about why I think it's important, and at @ctrueden's suggested wanted to include it here.
In summary:
QuPath definitely needs resolution information, but other software does as well - e.g. see
Having the intended resolution as an optional entry in the spec would help avoid more reliance on custom configs.
The text was updated successfully, but these errors were encountered: