-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
## 🚀 Feature
The next release of torchvision 0.9.0 will pack a few plotting utilities that work with detection and segmentation models.
E.g. [`draw_bounding_boxes`](https://github.com/pytorch/visi…
-
I see that there is segmentaion camera, that ouputs labels/masks for the instance and semantic segmentation. This is based on the 2D images, Is there any way to get 2D masks from the depth camera outp…
-
If you use sparse instead of dense matrices for boolean indexing in segmentation workflows it should get much faster (at least for the cases when majority of image pixels are background and not cell).…
-
The README does not provide the scripts regarding how to get the binary segmentation masks and the uncertainty masks of the test set. What would you say would be the best way to get them? Many thanks!
-
Thanks for your awesome work.
I want to train a segmentation network on the provided dataset, via run:
```
# 1 train a segmentation model
sh ./scripts/train_sfpnr50.sh
# 2 generate segmentation f…
-
For some subjects, the template to subject registration is not accurate on the last slices. I noticed the segmentation masks are not accurate at these levels, which may explain that. I attached an exa…
-
Thanks for your great work!
Are there any segmentation masks or bbox in the dataset?
And if you will consider add these annotations into the dataset or are there interfaces to extract these annotati…
-
Incorporating segmentation masks into appearance module will allow learning of localized ciliary patches. Right now, we have segmentation masks on ~20% of entire dataset and appearance module is not t…
-
I have a heavily imbalanced dataset, GFL learns it really well, but I'm now in need of segmentation output and cascade mask rcnn seems to be struggling.
I'm a little limited in my choice because I…