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

question about center region code #14

Closed
Hanawh opened this issue Apr 3, 2020 · 2 comments
Closed

question about center region code #14

Hanawh opened this issue Apr 3, 2020 · 2 comments

Comments

@Hanawh
Copy link

Hanawh commented Apr 3, 2020

top = max(top_box, coord_h-1) down = min(down_box, coord_h+1) left = max(coord_w-1, left_box) right = min(right_box, coord_w+1)

why don't directly set "top" to "coord_h-1", "down" to "coord_h+1"? There are still few positive samples.

@WXinlong
Copy link
Owner

WXinlong commented Apr 4, 2020

@Hanawh Here we aim at limiting the positives samples collected in the sampling region. The way you mentioned directly sets the number of positives to 9, which should also work.

@Areslala
Copy link

I find it don't work, the loss_ins can not decrease.

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

3 participants