-
Notifications
You must be signed in to change notification settings - Fork 430
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
Results are not accurate when using MMdet 2.x version #166
Comments
same issue here |
Is there any resolution to this issue. I am also facing the same issue with MMdet 2.1 version |
Maybe because some weights are truncated when model migration is processed? |
This guide helps dealing with this issue: https://github.com/open-mmlab/mmdetection/tree/master/configs/legacy_1.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone! There is a problem with performance when using MMdet 2.x version. I used
cascade_mask_rcnn_hrnetv2p_w32_20e_v2.py
config file. Also I updated checkpoint fileepoch_36.pth
withupgrade_model_version.py
script. But anyways I am getting not accurate results. Table box is kind of shifted from its actual position.Steps to reproduce:
The text was updated successfully, but these errors were encountered: