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

detections[0, i, j, 1:] gives number above 1 #7

Open
alontrais opened this issue Jun 28, 2020 · 0 comments
Open

detections[0, i, j, 1:] gives number above 1 #7

alontrais opened this issue Jun 28, 2020 · 0 comments

Comments

@alontrais
Copy link

I used the test script for testing the net.
before I multiply the coordinates by scale

pt = (detections[0, i, j, 1:]).cpu().numpy()
coords = (pt[0], pt[1], pt[2], pt[3])

I get numbers above 1
for example: (0.2503756, 1.0008582, 0.2537056, 1.0039957)

What could be the cause of this problem?

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

1 participant