Skip to content

loading scannet "keyerror" #6

@ooodragon94

Description

@ooodragon94

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions