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

multi_class_nms1(multi_bboxes, multi_scores, ......) num_classes = 81 ,but 81 != multi_bboxes.shape[1] #14

Open
xcaizewu opened this issue Sep 3, 2020 · 2 comments

Comments

@xcaizewu
Copy link

xcaizewu commented Sep 3, 2020

Hello, thank you for opening up your code

I am trying to port your code to mmdetection==2.3.0, I have a few questions:
1)When I trained the model, loss convergence was normal, but recall and AP were very low

WechatIMG66666

What part of the transplant was wrong with me

2)The method multi_class_nms1(multi_bboxes, multi_scores, ......)

WechatIMG333333

max_per_img= 125. Arguably, multi_bboxes.shape[1]=len(multi_scores)=125. But

WechatIMG2222222

multi_scores = 81, and
for I in range(1, num_classes): multi_bboxes.shape[1]=125, It's not a complete cycle

@JialeCao001
Copy link
Owner

JialeCao001 commented Sep 3, 2020

@xcaizewu Thanks for your interest. I upload a new version using mmdetection v2.1.0. I think that the difference between v2.1.0 and v2.3.0 is not much. You can refer to this code or move the related files to your project. The link is https://github.com/JialeCao001/D2Det-mmdet2.1.

@xcaizewu
Copy link
Author

xcaizewu commented Sep 4, 2020

@xcaizewu Thanks for your interest. I upload a new version using mmdetection v2.1.0. I think that the difference between v2.1.0 and v2.3.0 is not much. You can refer to this code or move the related files to your project. The link is https://github.com/JialeCao001/D2Det-mmdet2.1.

Thank you very much! @JialeCao001

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