Commit 327e4118 authored by Lucas Beyer's avatar Lucas Beyer Committed by GitHub
Browse files

Add pointer to issue about kernel weight in README

parent d5ac5be3
...@@ -149,6 +149,7 @@ According to the paper, `w(2)` was set to 1 and `w(1)` was cross-validated, but ...@@ -149,6 +149,7 @@ According to the paper, `w(2)` was set to 1 and `w(1)` was cross-validated, but
Looking through Philip's code (included in [pydensecrf/densecrf](https://github.com/lucasb-eyer/pydensecrf/tree/master/pydensecrf/densecrf)), Looking through Philip's code (included in [pydensecrf/densecrf](https://github.com/lucasb-eyer/pydensecrf/tree/master/pydensecrf/densecrf)),
I couldn't find such explicit weights, and my guess is they are thus hard-coded to 1. I couldn't find such explicit weights, and my guess is they are thus hard-coded to 1.
If anyone knows otherwise, please open an issue or, better yet, a pull-request. If anyone knows otherwise, please open an issue or, better yet, a pull-request.
Update: user @waldol1 has an idea in [this issue](https://github.com/lucasb-eyer/pydensecrf/issues/37). Feel free to try it out!
Inference Inference
--------- ---------
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment