-
Hey :)
Can your code handle overlapping Labels (e.g. Person - Head - Eyes)? or is it also assigning one pixel to one label like most other instance segmentation models? A hint what to use would be …
-
-
To be able to complete the notebook (https://github.com/courtois-neuromod/anat-processing-book/issues/8) we need the outputs of the brain processing pipeline.
Then, these outputs would be uploaded…
-
When will the dataset be available, will it be unstable-stable videos or only stable videos? ty
-
After getting no help on the Mask-RCNN, I wanted to give a try to FCN semantic segmentation again with my coco-style dataset. Trained the network for 20 epochs, 64 image size and with 3 classes (back…
-
Hi,
I'm trying to reproduce Your results in instance segmentation, using the scripts that you delivered (train_maskyolo_step1.sh and 2). I did everything according to the instruction. The scripts wor…
-
hello,when I try to run this project , an error has occurred, in dataloaders.py :from .augmentations import RandomFlip, toTensor,this reference dosen't exist
-
I saw multi-class example in 'example dir', but I don't know this example will work well in the case of multi-label segmentation.
multi-label segmentation means that segmenting image that have pixe…
-
Hello,
First, thank you for this amazing repo! I have a question regarding the usage of custom trained models with CoreML INT8 export.
In the documentation, you mentioned:
> Export CoreML IN…
-
Excellent work!
I tried to train my own dataset (rock slice) with only two classes: background and target ,But the segmentation result of the test is very unsatisfactory,What might be the reason for …