Open star-study opened 1 year ago
Hello! I want to ask a question about the misc_functions in the ResNet18_CAM.py. Is the misc_functions a costume package you write but not included in these files or a official package? from misc_functions import save_class_activation_images
from misc_functions import save_class_activation_images
Yes, this file is used to visualize the activation map. However, we do not use this and we only need to obtain the weights before visualization.
Hello! I want to ask a question about the misc_functions in the ResNet18_CAM.py. Is the misc_functions a costume package you write but not included in these files or a official package?
from misc_functions import save_class_activation_images