Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ssheorey committed Jul 17, 2024
1 parent 1eaf8c2 commit b07a6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ml3d/vis/visualizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import numpy as np
import threading
import open3d as o3d
# Allow Open3D import when visualizer is not built or used.
if o3d._build_config["BUILD_GUI"]:
from open3d.visualization import gui
from open3d.visualization import rendering
Expand Down

0 comments on commit b07a6a6

Please sign in to comment.