-
Hello!
Thank you very much again for your good work with this project!
Have you considered incorporating a bounding box as input over the first frame, so that this bounding box selects not only …
-
Hi there! Thanks of the amazing repository.
I tried training my model with custom data (following `detectron2` [guidelines](https://detectron2.readthedocs.io/tutorials/datasets.html)) with annotati…
-
This is a proposal. I'm not sure yet it's the best way to achieve this, so I'm putting this up for discussion.
## tl;dr
Have specific tensor subclasses for `BoxList` / `SegmentationMask`, `Combi…
-
I did all the steps said in the tutorial. But when running model inference(inference_dataset.py) I got the error illustrated above. Has anyone also encountered the same issue? I don't know where the f…
-
I was looking into `tools/cityscapes/convert_cityscapes_to_coco.py` implementation, and found out that in [L167](https://github.com/facebookresearch/maskrcnn-benchmark/blob/0f9476bd2bb8cc46c5532ae5a20…
botcs updated
5 years ago
-
Hi there @alcinos I have had great results using DETR in object detection but would like to extend this to segment the detected objects. How do I modify my existing object detection model for instance…
-
Say I have a list of 10 images X and corresponding 10 masks y. I do the following:
```
b = ia.Batch(X, segmentation_maps=S)
g = g = seq.augment_batches([b])
next(g)
```
I get the following…
-
Here are the segmentation results obtained by using the auto-segmentation button provided on the official website (https://segment-anything.com/demo)
![image](https://user-images.githubusercontent.…
-
![1729845808551](https://github.com/user-attachments/assets/cb3e6579-30e7-4297-a408-42f1d2ce7b19)
now, when we export to yolo, we can only export to these 3 label_format
-
The Expansion Microscopy Pipeline uses a filter to mask pixels that are ineligible for spot finding. This filter:
1. Matches the intensity distribution of each channel in each round
2. Averages t…