-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Hi Daniel,
I have recently started using BiaPy and find it really convenient to use. Many congratulations on your Nature Methods papers.I am mainly interested in instance segmentation. I have so far tried the nuclei dataset and I am attaching the config file I used and the training results.
Config File:
3d_instance_segmentation.yaml.txt
Training Results:
I have a few questions:
-
The IOU values for the contour channel don't look all that good even though the overall predictions were good. Is this normal ? Should I result the relative weight of the contour channel ?
-
For the segmentation of mitochondria that I am currently working on, I am interested in trying the classification of 3d objects in addition to instance segmentation. I understand how the training dataset must now have 2 channels, one for instance label and other for class labels. Is there any other changes I must make to my config file to tell the model to do classification along with segmentation ?
-
Are there any other changes you'd suggest in my config file that would improve segmentation quality ?
Thanks in advance for the help.