OpenSfM icon indicating copy to clipboard operation
OpenSfM copied to clipboard

[bug] navigation_graph

Open tomasparks opened this issue 5 years ago • 2 comments

When I run navigation_graph on a dataset I get

/home/opensfm/OpenSfM/bin/navigation_graph /home/opensfm/data/berlin/

Traceback (most recent call last): File "/home/opensfm/OpenSfM/bin/navigation_graph", line 299, in rec_graph = create_optical_center_graph(recs, data.config) File "/home/opensfm/OpenSfM/bin/navigation_graph", line 147, in create_optical_center_graph optical_centers = np.vstack(optical_centers) File "<array_function internals>", line 5, in vstack File "/usr/lib/python3/dist-packages/numpy/core/shape_base.py", line 282, in vstack return _nx.concatenate(arrs, 0) File "<array_function internals>", line 5, in concatenate ValueError: need at least one array to concatenate

tomasparks avatar Oct 02 '20 09:10 tomasparks

Hi @tomasparks , indeed, it looks like a bug, we're going to address it, thank you for reporting.

YanNoun avatar Mar 15 '21 10:03 YanNoun

Script was removed here https://github.com/mapillary/OpenSfM/commit/d2f24ed8fb0971dc8b37408f2be1daa94809eec5

jonasdlindner avatar May 06 '22 15:05 jonasdlindner