在复现论文《Learning Affinity from Attention: End-to-End Weakly-Supervised Semantic Segmentation with Transformers》的实验时候,需要用到pydensecrf库,
如果直接 pip install pydensecrf 会报一堆错误,如下图:
经过一番上网调查,可以直接从github上下载安装最新版,命令为:
pip install git+https://github.com/lucasb-eyer/pydensecrf.git
最终成功安装pydensecrf-1.0rc2版本: