-
-
I went through the notebook and only found instructions for point and bounding box inputs. However, according to the paper, it seems SAM2 also supports mask input. Will an example for using mask-only …
-
Hi, When I look the code in mmdet/models/dense_heads/yolact_head.py/
@HEADS.register_module()
class YOLACTSegmHead(nn.Module):
def get_targets(self, segm_pred, gt_masks, gt_labels):
…
-
### Related problem
When a user enables the [use of tissue priors to refine the segmentation masks](https://github.com/FCP-INDI/C-PAC/blob/07d59f63ad716485ab0cf96e84f5d9a531312e9e/dev/docker_data/def…
-
### Description
W&B can log semantic segmentation mask and bounding box! It's a very nice job. But I am doing some research about instance polygon estimation. Therefore, I am wondering If W&B has a p…
-
I was looking through the benchmarks to find any datasets with ground-truth segmentation masks of anatomical structures, but I couldn't find the one with classes like "Left Hilus Pulmonis" or "Facies …
-
I'm seeking a method to fine-tune SAM for generating custom segments. Below, you'll find two segmented images of a chair. I've employed a specific logic for segmentation (where each color represents a…
-
Hi, thanks for your useful script.
We added rle2polygon() to general_json2yolo.py so that you can convert the COCO RLE format to YOLOv5/v8 segmentation format. Please let us know your opinion.
htt…
-
### Feature Request: Implementing Masked Video Segmentation with Object Detection - GroundingSAM with Overeasy
**Description:**
I would like to request the integration of masked segmentation from …
-
Hi, I try to find all the objects in the image automatically. I used below code.
``` python
import numpy as np
import torch
import matplotlib.pyplot as plt
import cv2
import glob
def show_anns(…