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
38 stars 4 forks source link

No such file or directory #23

Closed chengfeng6s closed 2 months ago

chengfeng6s commented 2 months ago

你好,当我运行到这一步的时候,

Train classification task.

python src/tasks/train_coop/run.py -i 0 -e 0 -c configs/VOC/seg/cfg.py 出现下面这个 图片1 FileNotFoundError: [Errno 2] No such file or directory: 'experiment/VOC/cls/infer/final/affx2,at_score,att2affx1/ann,affed/seed/2009_004108.png' 请问这些图片是怎么来的,是第一步 python src/tasks/sam_auto_seg/par_run.py --purge 1 -b 256 -w 50 -m uncompressed_rle -c configs/VOC/sams/cfg.py 生成的吗,但我是按步骤来的,并没有这些图片啊

chengfeng6s commented 2 months ago

解决了