warmspringwinds / tensorflow_notes

Tensorflow notes
227 stars 101 forks source link

update deprecated function softmax_to_unary #12

Closed txzhao closed 7 years ago

txzhao commented 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)