mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-29 10:17:27 +02:00
[core] use dependencies only for flow edges computation
This commit is contained in:
parent
73b9ccfac2
commit
a30027bcf9
1 changed files with 1 additions and 1 deletions
|
@ -1094,7 +1094,7 @@ class Graph(BaseObject):
|
|||
"""
|
||||
nodesStack = []
|
||||
edgesScore = defaultdict(lambda: 0)
|
||||
visitor = Visitor(reverse=False, dependenciesOnly=False)
|
||||
visitor = Visitor(reverse=False, dependenciesOnly=True)
|
||||
|
||||
def finishEdge(edge, graph):
|
||||
u, v = edge
|
||||
|
|
Loading…
Add table
Reference in a new issue