-
Notifications
You must be signed in to change notification settings - Fork 12
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
How to obtain pre-trained baseline CAM #17
Comments
Hi, setting |
I see, so if I want to use CLIMS on my custom dataset, I will need to re-train the |
Exactly. Better with pre-training, |
Thanks for the explanation! I will try this. |
Hi, I trained the My training command for training the
The log for training |
How about the performance of your 'res50_cam.pth' on |
I directly copy the mIoU reported in the train_clims_my_res50_cam.txt and train_clims_provided_res50_cam.txt, from the For your reference, I have shared my |
You can evaluate your |
For evaluation, I guess you mean the |
exactly. |
Hi, I just evaluated my My command for generating CAM using my
My command for evaluating the CAM of my
|
Could you evaluate my 'res50_cam.pth' on |
Hi, I have evaluated the The evaluation log for my
The evaluation log for the
|
Hi, sorry for the late reply. The mIoU of reproduced baseline cam is lower than that of this reponsitory, e.g, aeroplane and boat. I'm not sure whether it is the reason for the lower performance of CLIMS you reproduced. I will try to re-train baseline CAM and then train the CLIMS. |
Hi, I have a question about how to obtain the pre-trained baseline CAM (
res50_cam.pth
).Currently this repo directly provides the checkpoint, and I'd like to know how this model is trained. Could you please explain?
And if I want to use CLIMS on a custom dataset, do I need to retrain the
res50_cam.pth
based on my custom dataset? Thanks!The text was updated successfully, but these errors were encountered: