on the Benemerito's dataset (e.g. 2D_shear_x)
If the pfire configuration, if the images are Dicom:
Error: Failed to load fixed image: Failed to read image shape data
it is possible that in dcmloader.cpp access to a missing tag (TE_FRAMES) in the Dicom file:
status = dataset->findAndGetLongInt(DcmTagKey(TG_IMG, TE_FRAMES), tmp);
Same issue encountered for DICOM image provided by L.Saunders
on the Benemerito's dataset (e.g. 2D_shear_x)
If the pfire configuration, if the images are Dicom:
Error: Failed to load fixed image: Failed to read image shape datait is possible that in dcmloader.cpp access to a missing tag (TE_FRAMES) in the Dicom file:
status = dataset->findAndGetLongInt(DcmTagKey(TG_IMG, TE_FRAMES), tmp);Same issue encountered for DICOM image provided by L.Saunders