- 13 Feb, 2017 1 commit
-
-
David Laurence Richmond authored
-
- 11 Feb, 2017 2 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-
- 20 Dec, 2016 1 commit
-
-
Lucas Beyer authored
Specifically, about what the compatibility and kernel parameters are, about missing the weights, and some pointers about learning.
-
- 16 Sep, 2016 1 commit
-
-
Lucas Beyer authored
There was a sudden interest in this, both via issues (#23) and direct e-mail almost simultaneously. Odd
😄
-
- 21 Aug, 2016 5 commits
-
-
Lucas Beyer authored
Clearer and more unified unary utilities.
-
lucasb-eyer authored
-
Lucas Beyer authored
Examples fixFixes to the examples, it's only one now, but it's better!
-
lucasb-eyer authored
-
lucasb-eyer authored
-
- 20 Aug, 2016 2 commits
-
-
lucasb-eyer authored
-
Lucas Beyer authored
Fix off-by-one error in `compute_unary` utility function.
-
- 11 Aug, 2016 1 commit
-
-
reynoldscem authored
Due to the special case of '0' indicating no label and being assigned uniform probs, and M being the number of labels not including this I believe the original function was not correct, as the highest label would be out of bounds, and the first label mapped to row 1 of the unary matrix. The above minor change should fix this, ergo label 1 corresponds to row 1, the number of rows is equal to M, labels go from 1 to M.
-
- 19 Jul, 2016 2 commits
-
-
Lucas Beyer authored
Fixed inference example (wrong keyword argument)
-
Yannick Hold authored
-
- 19 May, 2016 2 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-
- 16 May, 2016 3 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
Fixes #13 continuation.
-
lucasb-eyer authored
So it can be used usefully without matplotlib.
-
- 12 May, 2016 2 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-
- 01 May, 2016 1 commit
-
-
Lucas Beyer authored
fixed a bug in create_pair_gaussian method in utils.py
-
- 30 Apr, 2016 1 commit
-
-
Shi Yan authored
-
- 23 Apr, 2016 2 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
Especially, installs `__init__.py` which is necessary for the import.
-
- 08 Mar, 2016 3 commits
-
-
lucasb-eyer authored
-
Rodrigo Benenson authored
-
Rodrigo Benenson authored
-
- 09 Feb, 2016 2 commits
-
-
Lucas Beyer authored
Util functions
-
Markus Nagel authored
-
- 06 Feb, 2016 1 commit
-
-
Lucas Beyer authored
Fix height width order in dense_inference.py example
-
- 04 Feb, 2016 2 commits
-
-
Markus Nagel authored
-
Markus Nagel authored
Added several useful util functions to create features. This functions are not limited to the simple 2D case.
-
- 10 Jan, 2016 2 commits
-
-
Kevin Keraudren authored
This has to do with C-ordering versus Fortran ordering, also known as https://en.wikipedia.org/wiki/Row-major_order This bug appears with the following parameters: d.addPairwiseGaussian(sxy=3, compat=0) d.addPairwiseBilateral(sxy=3, srgb=5, rgbim=img, compat=50) And this is confirmed by this other Python wrapper for densecrf: see the order (D, W, H) at this line: https://github.com/mbickel/DenseInferenceWrapper/blob/master/denseinference/lib/libDenseCRF/densecrf.cpp#L139 while the original 2D code is (H,W).
-
Lucas Beyer authored
Example dense inference
-
- 06 Jan, 2016 2 commits
-
-
Kevin Keraudren authored
-
Kevin Keraudren authored
adding Python example for dense inference adapted from the original C++ example (http://www.philkr.net/home/densecrf)
-
- 01 Dec, 2015 2 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-