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

Bounding Box prediction #39

Open
OneManArmy93 opened this issue Jul 17, 2019 · 3 comments
Open

Bounding Box prediction #39

OneManArmy93 opened this issue Jul 17, 2019 · 3 comments

Comments

@OneManArmy93
Copy link

Can anyone tell me how the bounding boxes are predcition with the model? and which function does that?
Thank you.

@ansabsheikh9
Copy link

This architecture will provide you with eight points in the output, you can join the points accordingly to get the bounding box. In some cases neural network will provide with multiple bounding boxes, in that case you have to perform non maximun suppression.

@OneManArmy93
Copy link
Author

@ansabsheikh9 can be kind enough to suggest how to join the points at the training process in order to predict the bbox? thank you

@ansabsheikh9
Copy link

While training you dont need to provide the bounding box shape. You have to provide with regression targets for each instance of vehicle, like eight corners with centered zero.

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