BLQNXAY
BLQNXAY
I'm very sorry for the delay in replying. The API documentation you provided can achieve my goal. Thank you very much for your help. @activesoull
I did test and torchio 0.19.6 does not force a change of pytorch version to 2.2, torchio 0.19.7 does appear to force a change of pytorch version causing trochvision to...
Try replacing `from pydicom._storage_sopclass_uids import SegmentationStorage` with `from pydicom.uid import SegmentationStorage` in `segmentation_dataset.py` and` reader.py` within `\Lib\site-packages\pydicom_seg`. Refer to https://github.com/razorx89/pydicom-seg/issues/60 for more information.