-
Notifications
You must be signed in to change notification settings - Fork 939
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
Getting Object Labels #59
Comments
Currently, we don't have this data present in our object features. You can check Colab demo to understand how to extract object features and every other information at your end. You can also look into maskrcnn-benchmark for extracting object features. For TextVQA, we have some information including bounding boxes coordinates and other stuff in info files but it still doesn't contain object labels. We probably won't be supporting this in near future. |
Precisely which model(and version) are you using for object detection? |
You can use the script here and follow the instructions to install. Comment out the lines to get all the relevant data other than features: |
Is there a way for getting the object labels for bounding boxes, given by the (fine-tuned) Detectron model?
The text was updated successfully, but these errors were encountered: