lucasb-eyer / pydensecrf

Python wrapper to Philipp Krähenbühl's dense (fully connected) CRFs with gaussian edge potentials.
MIT License
1.94k stars 414 forks source link

Fixed inference example (wrong keyword argument) #18

Closed soravux closed 8 years ago

soravux commented 8 years ago

Thanks a lot for this repository! When trying to run the inference example in README.md, it crashed saying that inference() doesn't have a keyword argument. I'm just proposing to fix this in the example.

lucasb-eyer commented 8 years ago

Oh, I thought kwargs would just work with Cython, but apparently not! Thanks for this PR, small fixes like this are always appreciated 😃