Skip to content

Problem about load_hair #5

@Hacetate

Description

@Hacetate

When I load the .data using io,py,I encountered this error: strands = np.array(strands).reshape((num_strands, -1,3)) ValueError: cannot reshape array of size 10000 into shape (10000,newaxis,3) .
The reason for this is that numpy reads an irregular list and append to strands list, which cannot convert to a reshapable Numpy Array.
So what I need to do is zeroize or something else?

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