hsiangyuzhao / RCPS

official implementation of rectified contrastive pseudo supervision
MIT License
58 stars 3 forks source link

数据处理 #7

Closed Leesoon1984 closed 1 year ago

Leesoon1984 commented 1 year ago

请问数据是怎么处理的呢?

hsiangyuzhao commented 1 year ago

Detailed description has been clearly provided in our readme profile. Please follow the description to download the data and run the two scripts in the data folder.

Leesoon1984 commented 1 year ago

下载数据的格式,与数据处理代码,似乎对不上?

hsiangyuzhao commented 1 year ago

下载数据的格式,与数据处理代码,似乎对不上?

For pancreas CT dataset, TCIA provides data in DICOM format, you could transform them into NIFTI. Or you could download from this url as well: https://academictorrents.com/details/80ecfefcabede760cdbdf63e38986501f7becd49

Please note that the orientation of the data downloaded from this link is not correct, please correct them manually.

Leesoon1984 commented 1 year ago

下载数据的格式,与数据处理代码,似乎对不上?

For pancreas CT dataset, TCIA provides data in DICOM format, you could transform them into NIFTI. Or you could download from this url as well: https://academictorrents.com/details/80ecfefcabede760cdbdf63e38986501f7becd49

Please note that the orientation of the data downloaded from this link is not correct, please correct them manually.

非常感谢