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

TypeError: expected str, bytes or os.PathLike object, not NoneType #24

Closed chengfeng6s closed 2 months ago

chengfeng6s commented 2 months ago

运行到这一步的时候

Generate coarse seed with SAM-Based Seeding Modul.

python src/tasks/anns_seed/run.py -c configs/VOC/cls/infer/final/affx2,at_score,att2affx1/ann,affed/cfg.py 出现 图片2 请问这是什么原因,该怎么解决

chengfeng6s commented 2 months ago

现在解决了