Loading autocnet/graph/network.py +1 −1 Changes for autocnet/graph/network.py: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -701,7 +701,7 @@ class CandidateGraph(nx.Graph): def subgraph_from_matches(self): """ Returns a sub-graph where all images have matches. Returns a sub-graph where all edges have matches. (i.e. images with no matches are removed) Returns Loading Loading
autocnet/graph/network.py +1 −1 Changes for autocnet/graph/network.py: 1 added line, 1 removed line. Original line number Diff line number Diff line Loading @@ -701,7 +701,7 @@ class CandidateGraph(nx.Graph): def subgraph_from_matches(self): """ Returns a sub-graph where all images have matches. Returns a sub-graph where all edges have matches. (i.e. images with no matches are removed) Returns Loading