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 reproducing results #20

Open
165749 opened this issue May 28, 2023 · 0 comments
Open

Questions about reproducing results #20

165749 opened this issue May 28, 2023 · 0 comments

Comments

@165749
Copy link

165749 commented May 28, 2023

Thanks for sharing the code of such an interesting work! Just got a few questions when reproducing the code:

  1. The links to the pre-trained image classification models (RXX-like.pth) seem like broken. Do you have any backup links for them?

  2. Will you plan to release the code for training these image classification models (RXX-like.pth) by any chance?

  3. I followed the instructions to deploy the pre-trained object detection models on GFL-V2; I was able to reproduce the similar results for maedet-s (box_mAP: 0.451) and maedet-l (box_mAP: 0.478) as reported. However, the results of maedet-m were quite unusual:

{‘box_mAP’: 0.039, ‘box_mAP_50’: 0.067, ‘box_mAP_75’: 0.039, ‘box_mAP_s’: 0.019, ‘box_mAP_m’: 0.048, ‘box_mAP_i’: 0.057, ‘box_mAP_copypast’: '0.039 0.067 0.039 0.019 0.048 0.057'}

When you get a chance, could you please help verify if you get the same outputs for maedet-m?

  1. If I understood correctly, the maedet models are searched based on this score function, which includes the variance of output feature map (as presented in Equation (4) of the MAEDET paper). However, I am sure if I understand the part regarding the stage channels - which seems not included in the original paper. Could you please provide some insights into it? Or were the pre-trained maedet models searched based on a different score function?

Thank you very much!

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