timeanddoctor

Results 5 comments of timeanddoctor

anyone installed in conda success now?

Was the code of pyradiomic installed after activation of this extension? Then, can I run the code of pyradiomic by 'import radiomic' just as a script in slicer directly (e.g.https://www.slicer.org/wiki/Documentation/Nightly/ScriptRepository)?

Thanks, Professor JoostJM. I installed SlicerCaseIterator and still have some problems. The .csv table should be created including the dir of all volume and segment before loading? Can I save/write...

import face_alignment from skimage import io fa = face_alignment.FaceAlignment(face_alignment.LandmarksType._2D, device='cpu') input = io.imread('1.jpg') preds = fa.get_landmarks(input)