Skip to content

(MedMeshCNN) Error when loading data from the human_seg data set #168

@Irene172

Description

@Irene172

Hi! I am an AI master's student and I have seen this network for implementation for a class work.

However, when testing the network, when I went to use the database: human_seg, I got the following error when loading the data: ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimension. The detected shape was (751,) + inhomogeneous part.

I tried to change the value as an object so that numpy accepts it as not having homogeneous dimensions, but it did not work.

I would like to ask what operating system you ran the code from and what input data you passed to the mesh (MedMeshCNN) because I also saw that you can load the files directly. What are these files? Are the meshes already segmented with vertex and point values?

Finally, I would like to ask you what are the input data of the network, because I have seen that the network (MedMeshCNN) is trained and published the paper for aneurysm, but then the test dataset is human_seg. Are the input data of both models the same or is it necessary to make some changes?

Thank you very much and best regards,
Irene

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