Can FAST currently achieve patch-level segmentation? #225
Unanswered
liuyichong2250
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Yes, FAST has the functionality to do this. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on segmentation for patches from WSI images. Specifically, after dividing the WSI into patches, I want to perform inference on each patch and display the results. Each patch will have multiple segmentation categories, so I need to show the segmentation results for each patch individually. I would like to know if the current version of FAST has any related functions that can achieve this: performing inference on each patch, drawing the masks, and displaying the results. If this is possible, could you provide a sample code or example? Thank you!
I wrote the following code based on the official website example, but it doesn't work at all:
Beta Was this translation helpful? Give feedback.
All reactions