BIOP / qupath-extension-cellpose

an extension that wraps a Cellpose environment such that WSI can be analyzed using Cellpose through QuPath.
Apache License 2.0
63 stars 11 forks source link

channels name can not contain space #38

Closed romainGuiet closed 2 months ago

romainGuiet commented 7 months ago

Tried to use the script to export Training/Validation images, get the error :

WARN: Unable to write image
ERROR: Unable to write XXX !  No compatible writer found.
ERROR: Troubleshooting:
 - Check that the channel names are correct in the builder.

if the channel name is Channel 4 but it works as soon as you remove the space or replace with -, like Channel-4

lacan commented 5 months ago

I have been unable to fix this yet. I will see if it is the same with the StarDist extension, and if it is not, I will see what they do differently in their code

lacan commented 2 months ago

I have tested this again on both Cellpose and StarDist with the image LuCa7 and changing the DAPI channel to "The Nuclei 4" and both extensions are running the cell detection. Please open this again in case there is still an issue