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 student loss #84

Closed
daxiongpro opened this issue Apr 23, 2022 · 1 comment
Closed

About student loss #84

daxiongpro opened this issue Apr 23, 2022 · 1 comment

Comments

@daxiongpro
Copy link

Hello, thanks for your code. I find that in your loss:loss = cls_loss_reduced + ious_loss + dir_loss + iou_pred_loss, dir_loss and iou_pred_loss didn't introduced in your paper. dir_loss only mentioned but does not give formular out.
And I also find many loss like "cls_pos_loss" are same as your another repo "CIA-SSD", and I want to know is these loss necessary in SE-SSD, because you does not mentioned in SE-SSD

@Vegeta2020
Copy link
Owner

@daxiongpro All losses associated with hard targets are necessary to be kept to train the model, as they follow the design of SECOND and "dir_loss" is actually a part of location regresion loss. Besides, "iou_pred_loss" and its related consistency loss can be removed, but they can improve the performance of SE-SSD slightly.

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