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

The performance of CAM #18

Open
Zhengyang1995 opened this issue Aug 30, 2022 · 0 comments
Open

The performance of CAM #18

Zhengyang1995 opened this issue Aug 30, 2022 · 0 comments

Comments

@Zhengyang1995
Copy link

Hey, maybe this is question is not strongly related to this proj, but I will appreciate a lot if you could provide any advice for me.
The question is, do you have any idea about the miou performance for a classification network based on vgg (13 layers as backbone and with other 3 extra_conv).
When I try to reproduce your code ( The first step, train_cls.py), I remove the saliency and computing the background by a given threshold. I find that the miou drops. This is acceptable since saliency provides much useful information.
But when I try to remove other module in the vgg.py, to make it as a classification network, the best CAM I could get is among 42. You could find that in PSA, same backbone network(vgg16) could reach 48+.
At first, I wonder it is caused by the different parameters in the last three conv layers, but when I keep them as the same, I still can't reach 48.
Do you have any idea about the limitation? If so, I will appreciate a lot for your sincere help!

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