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

Can't reproduce results for detection weights rand init. 1x and 2x #34

Open
JohannesTheo opened this issue Jun 30, 2021 · 1 comment
Open

Comments

@JohannesTheo
Copy link

JohannesTheo commented Jun 30, 2021

Hey there, first of all a huge thank you for providing the pre-trained model, that's pretty cool :) One question regarding the detection weights:

I failed to reproduce the results for rand init. 1x and 2x (all other checkpoints work fine). From the log I saw that rand init. 1x and 2x are trained in "RGB" format with the respective mean and std. The configs will default to BGR and 1.0 std which results in a box/mask AP ~0. Strangely, even if I use RGB format, mean and std I only get box/mask AP of 0.257 / 0.235 (reported 32.8 / 29.9) for the 1x and 0.304 / 0.278 (reported 38.4 / 34.7) for the 2x model. The rand init. 6x models seems to be trained in BGR and works fine with the config.

Do I miss something here? Maybe these are not the final checkpoints?
Thanks in advance

@HobbitLong
Copy link
Owner

Hey, sry for the late response.

For the rand init. experiments, I forgot all the details since it's long time ago. But giving that rand int. has nothing to do with pre-training, I would recommend you directly using Detectron2 here:

https://github.com/facebookresearch/detectron2

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