Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
bertjiazheng authored Mar 9, 2020
1 parent c1ec273 commit 13f1adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visualize_3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
import argparse

import open3d
import pymesh
import numpy as np
import matplotlib.pyplot as plt
from shapely.geometry import Polygon
Expand Down Expand Up @@ -92,7 +93,6 @@ def project_inv(x, meta):
def triangulate(points):
""" triangulate the plane for operation and visualization
"""
import pymesh

num_points = len(points)
indices = np.arange(num_points, dtype=np.int)
Expand Down

0 comments on commit 13f1adf

Please sign in to comment.