Open arlisgreat opened 4 days ago
There are still some errors in our prediction mask API, we will fix them later and release the segmentation demo, and we are still enhancing the capabilities of the mask head.
@rentainhe great thanks to you!!!!! we need it for our coureswork,so when will it be released?
We will release it within this week
Waiting for prediction mask API, too! Find hard to parse the mask=ObjectMask params in the response !
Hello, you can use some open-sourced language tools to get the noun chunks from the sentence, like
spacy
, then you can concatenate them using.
and use DINO-X to predict their corresponding boxes and masks, we will offer some examples in the future release.