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

Basic queries regarding implementation of EFL loss function. #64

Open
hlmhlr opened this issue May 18, 2023 · 0 comments
Open

Basic queries regarding implementation of EFL loss function. #64

hlmhlr opened this issue May 18, 2023 · 0 comments

Comments

@hlmhlr
Copy link

hlmhlr commented May 18, 2023

Hi,

The work presented is really appreciated!

I have the following basic questions and would really appreciate it if you can answer them:

  1. Which single-stage object detection is used with EFL loss function?
  2. How and from which part of the code the gradients are taken as input to compute the ratio of positive/negative gradients?
  3. Are gradients collected from the model's output during the backward pass? If yes then can you please indicate this portion in the repository for better understanding please?
  4. Why these collected gradients are checked with the number of fpn_levels in the efl.py?
  5. What specifically the fpn_levels indicates in the efl.py?
  6. If i want to use efl.py with any single-stage object detector, for example YOLOV5 model, then which parameters in YOLOv5 should be renamed to make them compatible with the efl.py? Also what would be the value of fpn_levels in efl.py in this case?

Many thanks in advance for your kind and prompt response!

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

1 participant