File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
napari_cellseg3d/code_models Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- """Implements the CRF post-processing step for the W-Net .
1+ """Implements the CRF post-processing step for the WNet3D .
22
33The CRF requires the following parameters:
44
3131if not CRF_INSTALLED :
3232 logger .info (
3333 "pydensecrf not installed, CRF post-processing will not be available. "
34- "Please install by running : pip install pydensecrf@git+https://github.com/lucasb-eyer/pydensecrf.git#egg=master "
35- "This is not a hard requirement, you do not need it to install it unless you want to use the CRF post-processing step."
34+ "Please install by running : pip install pydensecrf "
35+ "This is not a hard requirement, you do not need it to install it unless you want to use the CRF post-processing step. "
3636 )
3737else :
3838 import pydensecrf .densecrf as dcrf
You can’t perform that action at this time.
0 commit comments