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

<class 'utils.cache_dir.CacheDir'>: CacheDir状态为未启用,terminate无效。`. #16

Closed ChunmengLiu1 closed 7 months ago

ChunmengLiu1 commented 8 months ago

Hi!

when I run python src/tasks/aff_cam/run.py -P 0 -e 0 --cache_ori_cam 0 -c configs/VOC/cls/infer/final/affx2,at_score,att2affx1/cfg.py, I met this problem`matplotlib.get_backend()='agg' Dataset :

data: 10582

优化: 0批次 [00:00, ?批次/s] <class 'utils.cache_dir.CacheDir'>: CacheDir状态为未启用,terminate无效。`.

Do you have any insight? Thank you!