question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Failed to run puma_pipepline on our datasets.

See original GitHub issue

Hello there,

I have successfully run the demo on docker. But when I try to run it on two of our datasets, it would have the same error running the puma_pipeline. The error information are as follows:

Creating puma_apps_run ... done
Results will be saved to results/kitti-odometry_07_depth_10_cropped_p2l_raycasting.txt
[scan #30] Running PSR over local_map:  74%|█████████████████████▌       [00:04<00:01,  6.67 scans/s]
Traceback (most recent call last):
  File "./pipelines/slam/puma_pipeline.py", line 176, in <module>
    main()
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.8/dist-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "./pipelines/slam/puma_pipeline.py", line 156, in main
    mesh, _ = create_mesh_from_map(
  File "/usr/local/lib/python3.8/dist-packages/puma/mesh/poisson.py", line 46, in create_mesh_from_map
    return run_poisson(pcd, depth, n_threads, min_density)
  File "/usr/local/lib/python3.8/dist-packages/puma/mesh/poisson.py", line 37, in run_poisson
    vertices_to_remove = densities < np.quantile(densities, min_density)
  File "<__array_function__ internals>", line 5, in quantile
  File "/usr/local/lib/python3.8/dist-packages/numpy/lib/function_base.py", line 3930, in quantile
    return _quantile_unchecked(
  File "/usr/local/lib/python3.8/dist-packages/numpy/lib/function_base.py", line 3937, in _quantile_unchecked
    r, k = _ureduce(a, func=_quantile_ureduce_func, q=q, axis=axis, out=out,
  File "/usr/local/lib/python3.8/dist-packages/numpy/lib/function_base.py", line 3515, in _ureduce
    r = func(a, **kwargs)
  File "/usr/local/lib/python3.8/dist-packages/numpy/lib/function_base.py", line 4050, in _quantile_ureduce_func
    n = np.isnan(ap[-1])
IndexError: index -1 is out of bounds for axis 0 with size 0
ERROR: 1

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
yutouwdcommented, Jun 22, 2021

Thank you so much for your time.

0reactions
cwgancommented, Jun 23, 2022

@nachovizzo Thank you very much! I will try on it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dataset <value> does not exist or is not supported.—ArcGIS Pro
Solution. Check the data path used to make sure it exists and can be accessed by ArcGIS. Correct as required and run the...
Read more >
Troubleshoot Azure Data Factory Studio Issues - Microsoft Learn
Azure Data Factory Studio fails to load. Note. The Azure Data Factory Studio officially supports Microsoft Edge and Google Chrome.
Read more >
10 Common Machine Learning Mistakes and How to Avoid ...
Perform failure analysis. Look at the cases where the model fails. Run the model interactively. Try new inputs and look at the outputs....
Read more >
Delta Live Tables quickstart | Databricks on AWS
Use the records from the cleansed data table to make Delta Live Tables queries that create derived datasets. In this quickstart, you: Create...
Read more >
Troubleshooting — Dataverse.org
Long-Running Ingest Jobs Have Exhausted System Resources ... If any files in the dataset fail the validation above the dataset will be left ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found