isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.16k stars 2.27k forks source link

Jupyter Visualization Tutorial Bug: ImportError: cannot import name 'JVisualizer' #2064

Open iljastas opened 4 years ago

iljastas commented 4 years ago

Hi guys, there is currently a bug in the tutorial for Jupyter Vizualization.

--> from open3d import JVisualizer ImportError: cannot import name 'JVisualizer'

Can be fixed with: from open3d.j_visualizer import JVisualizer

griegler commented 4 years ago

@yxlao can you have a look at this please.

alex89607 commented 4 years ago

Its appear under conda and set Jupyter kernel, in my case.

johnnyhuziqin commented 3 years ago

This JVisualizer is implemented in python/open3d/j_visualizer.py, but it can not be imported, maybe the path is not correct.I have try copy this file to my example dir and import it manually, then I can run with no error, but nothing show up. It seem that this class is not working any longer, so the author may purge it later.

EricCousineau-TRI commented 3 years ago

Duplicate of #1937?