-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should I extract segmentation ontology from annotations? #7
Comments
Hi, could you elaborate on "extract the parent-children relationship from the segmentation annotations"? Not sure if I fully get what you mean. Cuz you can get the super-class of the attributes and categories. But what do you mean by segmentation annotations? |
Hi @KMnP, can you brief it in more detail about it? |
hi @amrahsmaytas , I think your question is how to get attribute from category. We separate the category and attribute annotation process. So attributes are another kind of label for a certain region in an image. So you should treat attributes as another task . You can check out our Attribute-Mask RCNN model, which it perform both detection + attribute recognition tasks. |
hi @KMnP, thanks for your reply, please have a check on the below-mentioned points: Done
Have to Do
Please be kind to guide me through the above-mentioned points, |
"Have to know, whats the Good AP, achieved so far on the fashionpedia dataset regarding categories" "where to find the Attribute-MASK RCNN model?": https://github.com/tensorflow/tpu/tree/master/models/official/detection/projects/fashionpedia "Training Detectron2 on attributes, so that i can predict attributes from an image, independent of categories in image" "To get clarity on, whether can i input any google image into fashionpedia API and expect the results to be classes + attributes from a single image? If yes, Please guide me through it!" |
@KMnP Any update in the predictor demo file using the pre-trained model? It would be great if you can add it as soon as possible |
Hi,
Thanks for your excellent work and It's awesom to have segment ontology annotations.
But how should I extract the parent-children relationship from the segmentation annotations?
BTW, do you know if there is another dataset having ontology annotations.
Thanks
The text was updated successfully, but these errors were encountered: