CCAM icon indicating copy to clipboard operation
CCAM copied to clipboard

[CVPR 2022] C2AM: Contrastive learning of Class-agnostic Activation Map for Weakly Supervised Object Localization and Semantic Segmentation

Results 14 CCAM issues
Sort by recently updated
recently updated
newest added

How to determine the boundary area of the object of interest?

File "/home/lcl/BECO/BECO-main/CCAM-master/WSSS/train_CCAM_VOC12.py", line 240, in visualize_heatmap(args.tag, images.clone().detach(), ccam, 0, iteration) NameError: name 'visualize_heatmap' is not defined

Hello!Could you please provide the code for loading&training VOC2012 dataset?

It has been found that there are some bugs in the code for bounding boxes generation and I have figured them out.

bug
enhancement
help wanted