You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, when I was reproducing the experiment in the paper, I was not sure how to generate a file like square.ply, when I converted my homemade stl file into ply.
self.vertices = np.array([list(map(float, l.strip().split(' '))) for l in verts_lines])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: could not convert string to float: 'element'
The text was updated successfully, but these errors were encountered:
Hello, when I was reproducing the experiment in the paper, I was not sure how to generate a file like square.ply, when I converted my homemade stl file into ply.
self.vertices = np.array([list(map(float, l.strip().split(' '))) for l in verts_lines])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ValueError: could not convert string to float: 'element'
The text was updated successfully, but these errors were encountered: