christianpayer / MedicalDataAugmentationTool-VerSe

GNU General Public License v3.0
175 stars 81 forks source link

New Release SimpleITK 2.0.0 incompatible with tensorflow 1.14 #8

Closed miruna20 closed 3 years ago

miruna20 commented 3 years ago

10 days ago a new version of SimpleITK (2.0.0) has been released. This is incompatible with TensorFlow 1.14, the base docker container for inference, and results in a Segmentation Fault when running main_spine_localization.py

li-pengcheng commented 3 years ago

SimpleITK's Version goes back to 1.2.4 is OK.

christianpayer commented 3 years ago

I committed some changes that should make the framework work with SimpleITK 2 and above. However, I did not test it extensively, so if you encounter problems with SimpleITK 2, downgrade to 1.2.4.