-
Hi @pmneila , I'm not sure if these are bugs or not, but I think yes.
In the written docummentation on the sourcecode of the function "aexpansion_grid" of the file "fastmin.py" is written that
`"D m…
Kuu6 updated
10 years ago
-
There are still some important warnings in Maxflow external which should be fixed.
An example is:
opengm/src/external/MaxFlow-v3.02.src-patched/maxflow.cpp:367:16:
note: place parentheses around the …
-
(See also #1095)
The interfaces of network flow algorithms needs refactoring.
Currently for maximum flow alone, there are a number of externally visible functions each doing largely the same but sli…
ysitu updated
10 years ago
-
create file sceneLabelN.py to do multi-class scene labels with first-order potentials.
The plan is to reproduce the work of Shotton et al, ECCV 2006:
http://citeseerx.ist.psu.edu/viewdoc/summary?…
-
```
...
LD_LIBRARY_PATH=/home/test/dao/lib/ /home/test/dao/bin/daotest /home/test/dao/tests/test_class.dao --log DaoMake.Objs/test_class.dao.1A5E.test
Makefile:52: recipe for target 'DaoMake.Objs/test…
-
Hey everybody. Sorry for abusing the issue tracker for a question (again).
I noticed you are fetching QPBO from Vladimir's website. I imagine that is for licensing reasons.
The website and code don't …
-
See this: (0-based indexing)
library(igraph)
g2 $value
> [1] 1
$cut
[1] 0 1
$partition1
[1] 0 2 3 4 5
$partition2
[1] 1
> graph.maxflow(g2, source=0, target=2)
> $value
> [1] 1
$flow
[1] 1 1 0…
-
Why do you use integers? Why not doubles?
In pystruct there is a code like (1000*unary).toint, I think this may decrease quality of inference.
-
The cut itself, not just the value. Basically this means calculating the actual maximum flow in the push-relabel algorithm, not just the flow value.
---
Imported from Launchpad using lp2gh.
- date c…
-
First of all, thanks for you gem, saving me half a work day at least. However I encountered some sort of bug. In certain situations the library seems to be stuck in an infinite loop. Sample input:
``…