TIO-IKIM / CellViT

CellViT: Vision Transformers for Precise Cell Segmentation and Classification
https://doi.org/10.1016/j.media.2024.103143
Other
189 stars 27 forks source link

How to predict multiple single PNG images, for example, the image size is 512 * 512 #14

Closed Transformer-man closed 12 months ago

Transformer-man commented 12 months ago

How to predict multiple single PNG images, for example, the image size is 512 * 512

FabianHoerst commented 12 months ago

Please have a look at the monuseg file. This has to be implemented on your own. Use this file as an example, and implement without the metrics calculation and boundary merging.

Transformer-man commented 11 months ago

image But this prediction code needs to transmit the true label of the image. I just hope to directly predict an image without any annotations (such as a size of 512 * 512), but it seems that using the code provided by you is not feasible.