-
Hello, I tried your method and succesfully got the images. I now confused about how many classfications do the dataset have? Are there four classfications?
-
I am trying to train the network on a custom dataset where I have the rgb images and panoptic labels in png format.
I am following your tip and trying to get the labels in coco format.
and I have …
-
```
for segmentation_mask, proposal in zip(segmentation_masks, proposals):
cropped_mask = segmentation_mask.crop(proposal)
scaled_mask = cropped_mask.resize((M, M))
mas…
-
### Description
I noticed that in segmentation.py/detect_colour_checkers_segmentation the samples is a passed in parameter. Would it be more natural if we instead pass in the ratio of samples/colorch…
-
Hello, first I would like to thank your team because I find your work very helpful and impressive.
I'm trying to reproduce the dataset and can't find the part relative to how the LNDB data was pre…
-
How can I return just segmentation polygon points for each object?
-
**noisy_residual = unet(input, t, encoder_hidden_states[:args.vis_num], masked_feature=masked_features[:16], feature_mask=feature_masks[:16], segmentation_mask=segmentation_masks[:16]).sample
Fil…
-
Hello,
First off, thank you for the great plugin, It has been extremely useful! I am trying to improve the segmentation for my own datasets. I have made improved masks using the Labkit segmentation…
-
-
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…