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

[BUG] Wrong function description #123

Closed
MichaelMonashev opened this issue Nov 13, 2020 · 1 comment
Closed

[BUG] Wrong function description #123

MichaelMonashev opened this issue Nov 13, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@MichaelMonashev
Copy link
Contributor

Describe the bug
Here is https://github.com/rwightman/efficientdet-pytorch/blob/master/effdet/anchors.py#L128 described returned values for function generate_detections() as "each row representing [x, y, width, height, score, class]" . But function return [x_min, y_min, x_max, y_max, score, class]

@MichaelMonashev MichaelMonashev added the bug Something isn't working label Nov 13, 2020
@MichaelMonashev MichaelMonashev changed the title Wrong function description [BUG] Wrong function description Nov 13, 2020
@rwightman
Copy link
Owner

@MichaelMonashev you're welcome to submit a PR for that comment, otherwise I'll get to it with next batch of changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants