-
Hi,
Will you be releasing custom segmentation mask input support (instead of point prompting through the UI) in the near future? That is, allow for users to input segmentation masks for the first f…
-
Thanks for your Trainable Segmentation ! It is useful !
When I label the cell, I can create training data by
`makeOval(8,113, 46, 104);`
`call("trainableSegmentation.Weka_Segmentation.addTrace", …
-
Right now unchecked images are in layer 1, checked normal images are in layer 2, segmentations are in layer 3 and masks are in layer 4.
Segmentations + Masks work fine.
The problem is with the n…
dboun updated
5 years ago
-
Hi, thanks for your nice work!
I'm interested in the 2D segmentor that you used in CAMA. The paper mentions that you use Mask2Former to get road and lane segmentation masks. May I ask which specifi…
-
Dear Sir/Madam,
I hope this email finds you well. My name is Zhixuan CHEN, and I am currently an Mphil at HKUST. I have been following your work closely, and I am particularly interested in using …
-
Hi!
I propose to add transforms that cut objects from different images using their segmentation masks and paste them to the new background. The idea is described [here](https://arxiv.org/abs/2102.…
-
-
Discussed here:
https://forum.image.sc/t/snt-3d-reconstruction-to-2d-segmentation-masks/86519#2
-
Can I run mask rcnn or cascade mask rcnn ConvNeXt training with a custom dataset that has no segmentation images, only markup with object detection? I am getting an error related to masks on startup e…
-
Hi Jiwoon,
when training the segmentation net on the final masks, what schedule did you use (e.g. learning rate/decay, num of iterations/epochs, frozen/learned BN)? My guess is that you might need …