Open hairpin666 opened 1 year ago
I don't want to duplicate so I'll just wrote I'm also wondering is it possible to get labels or it isn't possible?
This current model does not provide any label, it is a generalised segmentation model
They mention that on the FAQ as well:
Does the model produce mask labels? No, the model predicts object masks only and does not generate labels.
@krishnaadithya thanks for the answer and sorry for not seeing it in FAQ. How did you get the labels classified in your demo:
We offer an automated annotation tool that can support categories in COCO, ADE20K, and open vocabulary annotation. Hopefully this will help you get the category labels for the SA dataset. Project: Semantic Segment Anything (SSA) Repo: https://github.com/fudan-zvg/Semantic-Segment-Anything
Wow, nice exactly what I'm looking for. You don't happen to have a Hosted inference API on Hugging Face?
Hi,
In the demos it shows, that you can also extract the type of the segment (e.g a door, a human etc.) can it be extracted from the model or do we need an additional library for that?
Cheers