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

What is the Bounding box? #23

Open
fanghao123-qw opened this issue Dec 15, 2021 · 3 comments
Open

What is the Bounding box? #23

fanghao123-qw opened this issue Dec 15, 2021 · 3 comments

Comments

@fanghao123-qw
Copy link

I finished reading this paper . the paper said we only require a loose bounding box around the object to model background, But the author didn't explain it in detail. and i have some questions
1.How we define the bounding box,what is it used for?
2.what should i do to get the bounding box if i wanna train my own dataset?

i‘m looking forward to your reply。

@Yuheng-Li
Copy link
Collaborator

1, bounding boxes are used in the background stage such that the background discriminator can only see background region.
2, If you dataset does not come with box annotations, then you can use a pretrained detector to get bounding boxes.

@fanghao123-qw
Copy link
Author

I am going to detect the boundary. What is the four parameters specified in the paper? like Upper left corner or sth else?

@Yuheng-Li
Copy link
Collaborator

Please follow the bounding box format in the CUB dataset http://www.vision.caltech.edu/visipedia/CUB-200-2011.html

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