How can I adjust hovernet to 0.5 #5922
Unanswered
OmarAshkar
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @OmarAshkar, from the code you shared, he proposed a way to calculate the relationship between mpp and the kernel size of sobel, the size of small object, which is currently not added in MONAI implementation. But you could achieve the same effect by specifying Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello,
I am trying to use hovernet implementation in MONAI. I successfuly trained a model but it seems that some objects are being removed cause of 0.5 mpp resolution I have.
the original mpp of hovernet is 0.25, then there is hovernetplus with mpp 0.5. I believe it was a single line of code change:
https://github.com/TissueImageAnalytics/tiatoolbox/blob/aab2df9c8169ae87c433eedf42d9232f526c5339/tiatoolbox/models/architecture/hovernetplus.py#L293
I cannot find any equivalent for this postprocess in MONAI implementation of hovernet.
Any help is appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions