-
-
In general, image datasets currently consist of a header table with a directory of files. So a "File Dataset" may be more apt.
-
## ❓ How to train Panoptic Segmentation on a custom dataset ?
Hello everyone,
My question is two-fold :
1. What is the expected Detectron2 format for Panoptic Segmentation ? In the PS paper, they…
-
I've converted the voc data to coco format for segmentation task and tried to train OTE instance segmentation models with the data.
```
voc.export(out_path, "coco", save_images=True, reindex=True)
…
-
Hi,
I am so appreciated that you have done such a brilliant job. This really attracts me. When I generate segmentation based on a specific dataset. It works fine with those short caption.
But wh…
-
Dear authors,
I found this work to be very interesting and want to use it for my research. I tried to replicate the results and encountered some problems. When I try to use Retina Template to hand…
-
Hi,
I'm trying to mask a genome using Red. I run it with the following command line:
```
mkdir -p GENOMES/mygenome/masks/rpt
Red -gnm GENOMES/mygenome/ -cor 4 -msk ./GENOMES/mygenome/masks/ -tbl .…
-
Hi Manuel,
I want to train your resnet glomeruli segmentation model on the dataset of mice with the segmentation you provided with the article.
The segmentation are in the db file format, but to…
-
**Description**
A clear and concise description of the bug and the associated functionality.
various bugs when using index arrays for indexing on distributed one-dimensional DNDarrays.
**To Rep…
-
## 📚 Documentation
'A.BboxParams(min_area=min_area...)' removes small boxes. For instance segmentation, it would be handy to remove masks and key points for the same instance as well.
In here one …