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

Upgraded 2.x model gives different bbox output than 0.4.3 model #181

Open
Garima13a opened this issue Dec 7, 2023 · 0 comments
Open

Upgraded 2.x model gives different bbox output than 0.4.3 model #181

Garima13a opened this issue Dec 7, 2023 · 0 comments

Comments

@Garima13a
Copy link

Hi, I have used upgrade_model_version.py to upgrade my 0.4.3 mmcv version model to 2.1.0 and used it's corresponding config file (cascade-mask-rcnn_hrnetv2p-w32_20e_coco_version2.py) to get the inference. cascade-mask-rcnn_hrnetv2p-w32_20e_coco_version2.txt
My old model provides below output:
bbox_old = [[156.74017, 317.23904, 1056.9825, 880.92944]]

and upgraded model provides below output:
bbox_new = [[182.91272, 343.5786 , 1081.461 , 908.35626]]]

Plotted image: (Green bbox = old model, Blue bbox = upgraded model)
image

I have noticed that for all of the image inferences the output is slightly shifted towards right and slightly lower.
Please guide me on how to rectify this.

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