Dear Deformetrica Team,
I am a beginner of Deformetrica. I'm learning to construct a deterministic atlas with my own data set, which consists of 6 vtk files. When I tried to launch the program, I got a TypeError. Could you please help me figure it out? The detail of the error is as below.
deformetrica estimate model.xml data_set.xml -p optimization_parameters.xml
Logger has been set to: WARNING
Traceback (most recent call last):
File "/home/yue/anaconda3/envs/deformetrica/bin/deformetrica", line 12, in <module>
sys.exit(main())
File "/home/yue/anaconda3/envs/deformetrica/lib/python3.7/site-packages/deformetrica.py", line 127, in main
model_options=get_model_options(xml_parameters))
File "/home/yue/anaconda3/envs/deformetrica/lib/python3.7/site-packages/api/deformetrica.py", line 180, in estimate_deterministic_atlas
dimension=model_options['dimension'], **dataset_specifications)
File "/home/yue/anaconda3/envs/deformetrica/lib/python3.7/site-packages/in_out/dataset_functions.py", line 39, in create_dataset
dimension))
File "/home/yue/anaconda3/envs/deformetrica/lib/python3.7/site-packages/in_out/deformable_object_reader.py", line 42, in create_object
out_object = SurfaceMesh(points, connectivity)
File "/home/yue/anaconda3/envs/deformetrica/lib/python3.7/site-packages/core/observations/deformable_objects/landmarks/surface_mesh.py", line 30, in __init__
torch.from_numpy(points), torch.from_numpy(triangles))
TypeError: expected np.ndarray (got NoneType)