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
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