-
Notifications
You must be signed in to change notification settings - Fork 7
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 purpose of "grayscale_cam" and "weights_gradcam" in main.py #4
Comments
Also, could you please check if the uploaded version of the code is the final one? Thank you. |
Hi guys, Thank you for your questions. |
Thank you for the reply. Is it possible to adapt the code to use GradCAM by default? |
Kindly update on the above questions. Proper documentation of how to run the experiments to reproduce the main experiments reported in the paper would be appreciated. |
Thank you for your question. I have now separated the file into two parts: src/main_bp_cam.py and src/main_bp_gradcam.py. Please take a look at them. |
Thank you for your question. I have now separated the file into two parts: src/main_bp_cam.py and src/main_bp_gradcam.py. Please take a look at them. |
Hello,
Could you please explain what's the purpose of the "grayscale_cam" and "weights_gradcam" variables in main.py (line 148) ?
These variables are never used, but they are probably important since they come from the "cam_algorithm" function.
However, I haven't found any link to the variables in the code.
Is it a mistake, or is it supposed to be like this?
Thank you.
The text was updated successfully, but these errors were encountered: