Robo-Touch / Taxim

MIT License
74 stars 20 forks source link

generate Taxim-main\Taxim-main\data\objects\square.ply #17

Open Bugs-Bunny01 opened 1 week ago

Bugs-Bunny01 commented 1 week ago

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'

Bugs-Bunny01 commented 1 week ago

Be able to provide parsing and load STLS for other objects in the paper Code? Thanks