-
Notifications
You must be signed in to change notification settings - Fork 57
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
Annotations for objects and verbs #46
Comments
This is the mapping between the verb and its index: {"cut_instr": 2, "snowboard_instr": 21, "cut_obj": 4, "surf_instr": 0, "skateboard_instr": 26, "kick_obj": 7, "eat_obj": 9, "carry_obj": 14, "throw_obj": 15, "eat_instr": 16, "smile": 17, "look_obj": 18, "hit_instr": 19, "hit_obj": 20, "ski_instr": 1, "run": 22, "sit_instr": 10, "read_obj": 24, "ride_instr": 5, "walk": 3, "point_instr": 23, "jump_instr": 11, "work_on_computer_instr": 8, "hold_obj": 25, "drink_instr": 13, "lay_instr": 12, "talk_on_phone_instr": 6, "stand": 27, "catch_obj": 28} The index of the object is the same as the official COCO annotation. |
Appreciate your kind help, that's really timely! Thanks alot! |
Hi, I'm so sorry to trouble you again. Could you please give me some hints where I can get the mapping of verbs of HICO? I tried to found a version of 106 verbs, but there are 117 in the dataset. Thus, I guess the one I'm using now is either wrong or obsolete. Thank you in advance! |
Hi there,
What your group have done is amazing! I'm trying to see the performance on the V-COCO dataset, however I wonder would there be an annotation marks the mapping between the category id and the actual meaning? some stuff like:
{"objs":
{"15": "bench",
"19": "horse",
"9": "boat"}
"verbs":
{"1": "sit",
"6": "play",
"9": "throw"}
}
I looked up the COCO official site, but only the object part is found whereas the list of verbs are missing.
I would appreciate it if you can help!
The text was updated successfully, but these errors were encountered: