Skip to content
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

the specific meaning of each file in cocobu_box?? #10

Open
qin79 opened this issue Mar 28, 2021 · 2 comments
Open

the specific meaning of each file in cocobu_box?? #10

qin79 opened this issue Mar 28, 2021 · 2 comments

Comments

@qin79
Copy link

qin79 commented Mar 28, 2021

by running make_bu_data.py wu get: cocobu_box. but i don't know what the item['box'] refers to!!

@qin79
Copy link
Author

qin79 commented Mar 28, 2021

if i want to get the class of the bounding box, how can i do?

@simaoh
Copy link
Collaborator

simaoh commented Nov 10, 2021

@qin79 ,
The make_bu_data.py script parses the mscoco train/val/split object detections generated by the bottom-up attention codebase.

Those files, only include the following fields ['image_id', 'image_w','image_h','num_boxes', 'boxes', 'features'] so there is no reference to the class of the corresponding detected object. These serve in the code as just object proposals, without the need for classification of the detected object.

Please let us know if that answers your question.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants