Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

fasterrcnn bug #289

Open
lucasjinreal opened this issue Aug 14, 2019 · 0 comments
Open

fasterrcnn bug #289

lucasjinreal opened this issue Aug 14, 2019 · 0 comments

Comments

@lucasjinreal
Copy link

this line

            stds = np.sqrt(self._squared_sums // self._counts - means ** 2)

Inside rpn/anchor_target_layer.py,

the value may got negative and cause sqrt to nan....................... since squared_sum might be litte and means**2 could be big, minus got - can not sqrt

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant