SC-CAM
SC-CAM copied to clipboard
SC-CAM: Weakly-Supervised Semantic Segmentation via Sub-category Exploration (CVPR 2020)
Could you explain why the code need flip operation in the lines 64 through 66? Several papers hava also used this operation. ` if i % 2 == 1: cam...
Thank you for your contribution, I am currently reproducing your code. I just modified the --infer_list of the infer_cls.py python infer_cls.py --infer_list voc12/val.txt --voc12_root ${dataset_folder} --weights ${final_model} --save_path ${save_cam_folder} --save_out_cam...
I want to modify the images used for training: i want to add my own images. how do i go around doing that? here is what i did: 1. I...
The model outputs x_20 and y_20 What are these exactly? same for x_200 and y_200 Also x_200 / y_200 has a size of 200 per image. can i assume, the...
Hi Can you please explain me the purpose of data.py in voc12 folder? Also can we be provided with the scripts that are used to create the .npy files in...
Hi Do you only use the Pascal Voc 2012 dataset with 2900 images What about the augmented data set that has over 10000+ images here: http://www.eecs.berkeley.edu/Research/Projects/CS/vision/grouping/semantic_contours/benchmark.tgz
Hi In your paper, you guys have 2 different mIOU results. One is 49.6, and the other is 65.9 What is the difference between the two?
clear a strange line...
Thank you for sharing the code. As I understand, the models for "extracting feature step" and "classification step" are resnet-38, which has same architecture except additional fully connected layer at...
Is the author's classification based on siamese network?