"mmdet3d/vscode:/vscode.git/clone" did not exist on "65df06b8c931d8017dfe378c8a0d0f4e66d58b6d"
- 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 3 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-
lucasb-eyer authored
-
- 23 Nov, 2015 2 commits
-
-
Lucas Beyer authored
A couple README fixes for generic addPairwiseEnergy
-
Scott Wehrwein authored
Fixed transposed pairwise feature size in README, and noted that feature dimensionality is not necessarily equal to number of labels.
-
- 20 Nov, 2015 3 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-
lucasb-eyer authored
-
- 13 Nov, 2015 5 commits
-
-
lucasb-eyer authored
-
lucasb-eyer authored
-
lucasb-eyer authored
-
lucasb-eyer authored
-
Lucas Beyer authored
-