-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why are only 0 coordinates extracted? #293
Comments
Total number of contours to process: 1 |
Hi, @his0car, Thank you for your help. Total number of contours to process is greater than 0, so why are no coordinates extracted? Thank you again. |
I don't know. Maybe it is smaller than the patch size. Add --seg to your create_patches_fp.py command and have a look at the segmentation mask |
Hi, @his0car , I am sorry for not showing the complete command that I ran. In fact, I ran |
As you used --seg, the segmentation mask was saved. Have a look at it and compare it to the others, you will probably have to adjust your segmentation parameters for this particular WSI. Also, if it is just one WSI, then you can also discard it, but I suspect when one fails there may be others that also have bad segmentation. |
Thank you for your advise. I will try. |
Hello, authors!
Thank you for your valuable work! When I run
extract_patches.py
, one of the slides extract 0 coordinates. The detailed information is provided below. Could you please explain why this is happening?Thank you a lot. Looking forward to your reply.
Suoni
The text was updated successfully, but these errors were encountered: