-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
hello!
Want to ask for some help while loading .ply data
I tried to load .ply data with "read_ply" function and it gave me keyerror
<ipython-input-17-c43e6f65c260> in parse_header(plyfile, ext)
40 line = line.split()
41 print(line)
---> 42 properties.append((line[2].decode(), ext + ply_dtypes[line[1]]))
43
44 return num_points, properties
KeyError: b'list'
any help on this? thanks a lot!
Metadata
Metadata
Assignees
Labels
No labels