TMTV-Net
TMTV-Net copied to clipboard
pydicom error and cuda device on windows
Thank you so much dor sharing this valuable project. I had some issues with docker on windows and it was using CPU instead of GPU for inference. Also pydicom.read_file is not available in newer version, after replacing it by pydicom.filereader.dcmread(filename) it is working now. Thank you.