Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] navigation_graph #652

Open
tomasparks opened this issue Oct 2, 2020 · 2 comments
Open

[bug] navigation_graph #652

tomasparks opened this issue Oct 2, 2020 · 2 comments
Labels

Comments

@tomasparks
Copy link

tomasparks commented Oct 2, 2020

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

@YanNoun
Copy link
Member

YanNoun commented Mar 15, 2021

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

@YanNoun YanNoun added the bug label Mar 15, 2021
@jonasdlindner
Copy link
Contributor

Script was removed here d2f24ed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants