Detectron2 (only) semantic segmantation annotation format. #4059
Replies: 6 comments 17 replies
-
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I am ready to send a PR to docs and current colab as it is not present for custom data. I just need to know what is dictionary format it we are doing semantic segmentation only |
Beta Was this translation helpful? Give feedback.
-
@INF800 if you go on reading the docs->(https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html) |
Beta Was this translation helpful? Give feedback.
-
Can you share the dictionary format for smantic segmentation. |
Beta Was this translation helpful? Give feedback.
-
I think it's already pretty clear from the link given above. Moving to discussions since I believe it is not a documentation issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to train model for semantic segmentation only. with
To build the dataset, the following keys are REQUIRED. But I don't have them because I am doing ONLY semantic segmantation right!
Currently I am using this code to build my dataset dicts
Beta Was this translation helpful? Give feedback.
All reactions