CAM
CAM copied to clipboard
Class Activation Mapping
Meet this interesting work so late. Here is my little doubt. https://github.com/zhoubolei/CAM/blob/c63f2850a7a3dadc21fa1b021875e2d4d053ece5/pytorch_CAM.py#L48 1. The dimension of `weight_softmax[idx]` should be 512. However, for `layer4`'s `nc`, it should be 256. Is there...
Hi. I was looking into the code for bounding box generation in C, and I noticed that you have accumulated bounding boxes for different thresholds (with default values being 30,...
Traceback (most recent call last): File "CAM3.py", line 69, in h_x = F.softmax(logit, dim=1).data.squeeze() File "/home/omnisky/anaconda2/envs/swin/lib/python3.7/site-packages/torch/nn/functional.py", line 1512, in softmax ret = input.softmax(dim) AttributeError: 'tuple' object has no attribute 'softmax'...
for example, the task is to classify dog or not, and we label dog as class 1. when comes a dog image, class 1 focus on any part except dog;...
Are there any methods to use the CAM on re-id datasets e.g. market1501? the tiny images can not show the great performance of CAM.
Can you provide the dataset you are using?
I'm hoping to use this to train on my own data from scratch. I have images that have point annotations in the format of coordinates. What is the format of...
Could you please share the python code that generate the bounding box according to the heatmap? _Originally posted by @liu666666 in https://github.com/metalbubble/CAM/issues/18#issuecomment-410275672_
GoogLeNet-CAM model on ImageNet. I was not able to find the file: models/deploy_googlenetCAM.prototxt to use with the pre-trained weights. Is it possible to add this in?