-
**Is your feature request related to a problem? Please describe.**
I haven't seen any opensource annotation tools that support panoptic segmentation dataset
**Describe the solution you'd like**
I…
-
I tried to inference panoptic segmentation by executing `demo.py` with `configs/panoptic/eval.yaml`.
But, the codes did not work with an error:
```
File "/mnt/volatile/codes/MAFT-Plus/demo/../ma…
-
### Feature request
We currently already have a semantic segmentation task guide: https://huggingface.co/docs/transformers/tasks/semantic_segmentation. It would be great to create a similar one for…
-
Hi, `configs/ade20k/panoptic-segmentation` contains 9 random class orders + 1 default class order. May I know whether the results in Fig. 6 averaged over 10 random class orders are obtained using thes…
-
### Search before asking
- [X] I have searched the Supervision [issues](https://github.com/roboflow/supervision/issues) and found no similar feature requests.
### Description
It seems that supervi…
-
### Actions before raising this issue
- [X] I searched the existing issues and did not find anything similar.
- [X] I read/searched [the docs](https://docs.cvat.ai/docs/)
### Steps to Reproduce…
-
## ❓ 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…
-
Hello,
I am having difficulty understanding the format of data/annotations required by this model. I have tried searching everywhere but didn't have any luck. Can anyone clarify how to format the d…
-
### Feature request
I has download the mask2former swin-l model from huggingface website,
and use example code get segmentation map of image,
the example code is:
```python
import requests
imp…
-
Hello, thanks to you, I'm using the mmdetection platform well.
Learning seems to be progressing, but I'm asking because some problems have occurred.
First, I changed the Cityscapes dataset to COCO…