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.

about visualization

See original GitHub issue

(monoscene) ruidong@ubuntu-X299-UD4-Pro:~/workplace/MonoScene$ python monoscene/scripts/visualization/kitti_vis_pred.py +file=/home/ruidong/workplace/MonoScene/outputs/kitti/08/000000.pkl +dataset=kitt monoscene/scripts/visualization/kitti_vis_pred.py:23: DeprecationWarning: np.float is a deprecated alias for the builtin float. To silence this warning, use float by itself. Doing this will not modify any behavior and is safe. If you specifically wanted the numpy scalar type, use np.float64 here. Deprecated in NumPy 1.20; for more details and guidance: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations coords_grid = coords_grid.astype(np.float) Traceback (most recent call last): File “monoscene/scripts/visualization/kitti_vis_pred.py”, line 196, in main d=7, File “monoscene/scripts/visualization/kitti_vis_pred.py”, line 75, in draw grid_coords = np.vstack([grid_coords.T, voxels.reshape(-1)]).T AttributeError: ‘tuple’ object has no attribute ‘T’

Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
azurylcommented, Jan 10, 2022

Oh,yes. if failed to install mayavi using pip install mayavi failed about building wheel for mayavi. I found it seems that the version of vtk is too new with 9.1,I recommand to do this if using python3.7: pip install PyQt5 pip install VTK==8.1.2 pip install mayavi according to @anhquancao guide there is a core dump when run NYU predict. I fixed it by conda install -c anaconda mayavi pip install omegaconf pip install hydra-core pip install numba==0.53 downgrading TBB to version 2020.2 with conda install -c bioconda tbb=2020.2

1reaction
DipDipPotatoChipscommented, Dec 21, 2021

Oh,yes. if failed to install mayavi using pip install mayavi failed about building wheel for mayavi. I found it seems that the version of vtk is too new with 9.1,I recommand to do this if using python3.7: pip install PyQt5 pip install VTK==8.1.2 pip install mayavi

Read more comments on GitHub >

github_iconTop Results From Across the Web

The Power Of Visualization And How To Use It - Forbes
According to the Cambridge Dictionary, visualization is “the act of visualizing something or someone” or “forming a picture of it in your ...
Read more >
5 Visualization Techniques to Help You Reach Your Goals
Visualization is the practice of imagining what you want to achieve in the future. As if it were true today. It involves using...
Read more >
Visualizations That Really Work - Harvard Business Review
“Simple” is the key. Ideally, the visualization will communicate a single message, charting only a few variables. And the goal is straightforward: affirming...
Read more >
Visualization Techniques to Manifest Desired Outcomes
The daily practice of visualizing your dreams as already complete can rapidly accelerate your achievement of those dreams, goals, and ambitions.
Read more >
The power of visualization: improve your skill by training your ...
Visualization, also known as visual imagery, is creating mental pictures in your mind of an outcome that you want to achieve. These images...
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