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

cxcy_to_gcxgcy function return nan values #54

Open
anesh-ml opened this issue May 23, 2020 · 6 comments
Open

cxcy_to_gcxgcy function return nan values #54

anesh-ml opened this issue May 23, 2020 · 6 comments

Comments

@anesh-ml
Copy link

I traced back where the nan is coming from the loss function. It leads to cxcy_to_gcxgcy function.
Division is causing nan value it seems. please provide any solution for this.

@Tathagatd96
Copy link

I am facing the same issue. @Eloneinstein , did u find any solution?

@failable
Copy link

@Eloneinstein @Tathagatd96 Have you fixed this issue?

@TommyHuang821
Copy link

In my observation, it may happen when mis-order for bbox.
BBOX usually places with order [left-top(x),left-top(y), right-down(x), right-down(y)], but nan will occur with [right-down(x), right-down(y), left-top(x),left-top(y)].

@m-evdokimov
Copy link

@TommyHuang821 that was my problem, thanks!

@destr4ct
Copy link

In my observation, it may happen when mis-order for bbox. BBOX usually places with order [left-top(x),left-top(y), right-down(x), right-down(y)], but nan will occur with [right-down(x), right-down(y), left-top(x),left-top(y)].

@TommyHuang821 that was my problem, thanks!
Same!

@JYeonKim
Copy link

@destr4ct Hi! I have the same problem. How did you solve it? I'd really appreciate it if you told me. thank you!

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

7 participants