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

Questions about FEDER #19

Open
waner1998 opened this issue Oct 2, 2024 · 2 comments
Open

Questions about FEDER #19

waner1998 opened this issue Oct 2, 2024 · 2 comments

Comments

@waner1998
Copy link

Hi. In FEDER, there is a loss about the edge ( loss_edge = dice_loss(preds[6], edges)*0.125 + dice_loss(preds[7], edges)*0.25 + dice_loss(preds[8], edges)*0.5 ). However, not all datasets contain data about edge information (for example, 'CAMO' ), so I had to remove this loss about edge information, but the experimental results are much different from the results in your article. May I ask how you dealt with this in your experiments?
Sincerely,
Weixin Screenshot_20241002140823

@xiongxyowo
Copy link
Collaborator

Hi, we directly use the results reported in the FEDER paper without reproducing their code. Unfortunately, the authors of FEDER also didn't answer the question about how to obtain the edges (see here). You may try to use cv2.findContours to generate edges from the GT masks.

@waner1998
Copy link
Author

hhh, thank you for your efficient reply!

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