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'
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'