HAL-42 / FMA-WSSS

This repo is a implementation of the Foundation Model Assisted Weakly Supervised Semantic Segmentation. The code is developed based on the Pytorch framework.
Apache License 2.0
40 stars 4 forks source link

'experiment/VOC/cls/infer/final/affx2,at_score,att2affx1/ann,affed/seed/2009_004108.png' #14

Closed ChunmengLiu1 closed 4 months ago

ChunmengLiu1 commented 8 months ago

Hi, thank you for the good job!

what's the file in 'experiment/VOC/cls/infer/final/affx2,at_score,att2affx1/ann,affed/seed/2009_004108.png'? How can I get this file? I knowed that you provided but how to produce this kind of images? And what's the meaning of these images?

Thanks!

ChunmengLiu1 commented 7 months ago

I solved the problem. Because it's wrong config file at this step:

# Train classification task.
python src/tasks/train_coop/run.py -i 0 -e 0 -c configs/VOC/seg/cfg.py

It should be:

# Train classification task.
python src/tasks/train_coop/run.py -i 0 -e 0 -c configs/VOC/cls/cfg.py
SSWS0803 commented 5 months ago

Nicely done 👍👍👍👍👍👍! This has solved a problem that has been bothering me for a while.

HAL-42 commented 4 months ago

Fixed. Thank you very much for your reminder!