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

About focal loss layer #2

Open
zhanglonghao1992 opened this issue Sep 18, 2017 · 1 comment
Open

About focal loss layer #2

zhanglonghao1992 opened this issue Sep 18, 2017 · 1 comment

Comments

@zhanglonghao1992
Copy link

Hi, I'm wondering have you changed a two-stage net like faster-rcnn or FPN to a one-stage net like the paper said? Do I just need to change the softmax loss layer to your focal loss layer for classification?

@chuanqi305
Copy link
Owner

@zhanglonghao1992 Focal loss is not necessary in two-stage detection frameworks. The class imbalance problem only exists in one-stage detection networks such as YOLO and SSD.

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

2 participants