-
Hello, I have trained FCOS on my own dataset. But when I tried to test my model, I found bounding box was right while label was wrong. I have changed CATEGORIES in demo/predictor.py. @tianzhi0549
-
I have trained with my own dataset and can do inference the model to get instance segmented masks. The segmented results look good, but now i want to calculate iou for all classes in an output masks. …
-
Hi,
I had an image of shape(1024,1024,3), I used SAMAutomaticMaskGenerator to segment everything , I am using below code to plot bounding box around generated masks but bounding boxes are not surr…
-
Hi, here I tried to register the DAPI staining images between nanostring and xenium, and apply that transformation to the segmentation masks, the images aligns well in the napari, however, when I extr…
-
Hi,
I tried to create semantic masks (or at least panoptic masks) for a segmentation task. I used CVAT to annotate and I tried multiple export formats.
I achieve to create masks only with COCO…
-
Hi,
I specified `segmented_custom` in the following code
```
sq.im.segment(img=img2, layer="image_smooth", channel=None, method=cellpose_he, channel_cellpose=0, flow_threshold=1)
…
WT215 updated
3 months ago
-
I'm finally done training on my own dataset and i'd like to extract the features of each mask for thousands of images. I thought of re-purposing the code from the CrowdAI mapping challenge notebook an…
-
### Current Behavior
Segmentation mask predictions Wandb visualization having uniform red noise
### Expected Behavior
visualization without the noise
### Steps To Reproduce
The problem can be o…
-
Thanks for the great contribution!
I need some help that, when I try to edit the reconstructed static scene, it doesn't work as what I expect.
I notice that in the paper, when doing editing, cont…
-
### What is the feature?
I annotated my dataset using Roboflow and I exported it using semantic segmentation masks format but I didnt know how to use it in mmseg, i would thankful if someone knows ho…