We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Could you share the class labels of VQA object detection using Faster R-CNN?
The text was updated successfully, but these errors were encountered:
Hi, Could you share the mapping from class id to class label for Faster R-CNN?
Sorry, something went wrong.
@Kerry-zzx @abhidipbhattacharyya were you able to get this mapping. I am also looking for the same, but it is difficult to get.
Actually with little more digging found the vocabulary here - https://github.com/peteanderson80/bottom-up-attention/tree/master/data/genome/1600-400-20.
if i want to get the class(label) of the bounding box, how can i do? should i rewrite the bottom-up-attention/tools/generate_tsv.py to get?
@qin79 I could get class labels, bounding box and features using this repo - https://github.com/airsplay/py-bottom-up-attention.
No branches or pull requests
Could you share the class labels of VQA object detection using Faster R-CNN?
The text was updated successfully, but these errors were encountered: