YzzLiu / FracSegNet

A deep-learning method for segmenting fractures from 3D CT images.
https://link.springer.com/chapter/10.1007/978-3-031-43996-4_30
MIT License
22 stars 3 forks source link

Which version of vtkmodules.all and matplotlib has been used in the code? #9

Open one2clouds opened 1 month ago

one2clouds commented 1 month ago

Hello, when I try to run this code : nnUNet_plan_and_preprocess -t 600 --verify_dataset_integrity It shows the error: ModuleNotFoundError: No module named 'matplotlib' ModuleNotFoundError: No module named 'vtkmodules' Well I have installed the latest version of the modules...but Can you please provide the requirements.txt file so that all the libraries will have correct version.