chenqi1126 / SIPE

[CVPR 2022] Self-supervised Image-specific Prototype Exploration for Weakly Supervised Semantic Segmentation
MIT License
75 stars 10 forks source link

Why do you use the path:train_ but not trainaug_ during make_cam.py? #2

Closed yangxinhaosmu closed 2 years ago

yangxinhaosmu commented 2 years ago

Thanks for your work! When I follow the setting of make_cam.py, I get an exception during train_irn.py which shows that FileNotFoundError: No such file 'XXXX/SIPE-main/exp/ir_label/2010_000317.png'. Then I found that there is no 2010_000317.png in train_voc. How can I solve it?

chenqi1126 commented 2 years ago

Hi @yangxinhaosmu, thanks for your attention. You need to change the infer dataset from 'train_voc.txt' to 'trainaug_voc.txt' to make all 10582 cams for training irn.