很多研究都使用了Conditional Random Field (CRF) 作为图像分割的后处理手段,在这里写一下PyDenseCRF包的安装和使用。
我使用的系统是ubuntu 16.4, 没有使用Anaconda进行Python版本管理。
在Ubuntu 16.4环境下,
首先,安装 cython, 使用:(sudo)pip install cython
然后,安装 Pydensecrf, 使用:(sudo)pip install pydensecrf
如果你想安装最新鲜的Pydensecrf版本,可以使用 :(sudo)pip install git+https://github.com/lucasb-eyer/pydensecrf.git
PS:
1. 请注意安装包安装的python的版本与项目解析器是否一致。
2. 我用Windows下的Anaconda虚拟环境尝试安装过PydenseCRF,没有安装成功。如果你是来寻找在Windows下安装方法,我还没有去解决这个问题。一个可能的潜在问题是pydensecrf不支持python 3.7。