Closed txzhao closed 7 years ago
In image_segmentation_conditional_random_fields.ipynb, the function softmax_to_unary has deprecated and now unary_from_softmax should be used according to PyDenseCRF (version 2).
Reference: https://github.com/lucasb-eyer/pydensecrf/blob/master/pydensecrf/utils.py (line 82-86)
In image_segmentation_conditional_random_fields.ipynb, the function softmax_to_unary has deprecated and now unary_from_softmax should be used according to PyDenseCRF (version 2).
Reference: https://github.com/lucasb-eyer/pydensecrf/blob/master/pydensecrf/utils.py (line 82-86)