-
When i run python run_sample.py --make_cam_pass True, an error is reported on line 66 of the /home/dancer/AdvCAM/step/make_cam.py
-
@jbeomlee93 ! Sorry for disturbing you again. I still have two questions about the released code.
(1) In obtain_CAM_masking_super_pixel.py. Since you have used grad-cam to generate the class activ…
-
Excuse me,
Is it necessary to construct a segmented image for each sample to mask it? However, these require manual builds
-
Hi thanks for sharing a great work!
In the previous issue, you said you used the CCT's code for semi-supervised learning with the replacement of pseudo labels. Does that mean you used the default c…
-
Hi! What threshold did you set as conf_fg_thres and conf_bg_thres in irn?
-
Hello, @zhaozhengChen. I really appreciate you sharing this excellent code.
Could you please let me know about the configuration file of DeepLabV2?
Your paper reports only the crop size / iterat…
-
-
sh run.sh
2022-11-25 19:58:32.674867: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: SSE4.1 SSE4.2 AVX AVX2 …
-
First of all, thank you for your code. I ran the code according to the steps in the file generate_pseudo_mask.sh. Is it the complete experiment process to run all the comments in the file generate_pse…
-
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…