lucasb-eyer / pydensecrf

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

Is the scale of the compat parameters important? #97

Closed louisabraham closed 4 years ago

louisabraham commented 4 years ago

If I multiply all compat parameters with the same factor, does it change anything in the result?

louisabraham commented 4 years ago

Numerical experiments showed me that yes, multiplying all the compat params by the same factor changes the result.