-
Hi, thanks your excellent work and nice code style.
I notice the cam_eval_thres are set to 0.21, is there some reason to set this value?
And I notice the other repos will traversal the threshold…
-
**Context:**
marinade.finance merged with SmartPool and we're merging codebases now under the marinade umbrella.
The new marinade codebase is here: https://github.com/marinade-finance/marinade-ancho…
-
Hello author, I have read your paper and find it very inspiring! Here is my question:
when I test the code which you use to generate gt_bbox :
def load_val_bbox(label_dict,all_imgs,gt_location):
…
-
When generate cam, you use the ground truth label to get the channel weight of fully connected layer. But I think the predict class of model is the right choice.
-
I cant find this folder **train_log/scoremaps/** for CUB dataset. I am trying to use your evaluation only script. Could you please tell me the procedure to run this code on heatmaps. How do we genera…
-
Hi,
Great paper. Thanks for providing pytorch code. I tried the code, but it is for distributed system. Could you clear it a little bit so that we can easily run it in any system with some GPUs? Al…
-
First of all, great paper, and thank you for providing the tf implementation,
I was wondering about the correct locations to add the ADL module in a Resnet, in the command you only gave VGG example…