You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When I run navigation_graph on a dataset I get
The text was updated successfully, but these errors were encountered: