-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FAQ regarding the usage of the dataset #8
Comments
I have been searching for the datasets, would you send me the datasets? Thank you very much! |
You can download the dataset from the below link: |
Thank you very much! |
But how to reorder the image sequence according to the [SliceLocation] field of the Dicom image,could u give more detailed information,cuz when i try to preprocess,the code cant detect the dicom file |
That info is in the dicom header. It can be extracted using package like pydicom. I would suggest you to review some dicom basics before proceeding. |
i downloaded this link from onedrive. but it didnt unzip correctly. can you help me? |
Can you just try to redownload? I haven't get any issue like this before. |
i tried to unzip in both windows and ubuntu. But when in windows. it failed to start unzip when in ubuntu. it failed to unzip during process.
i tried to install torch7 in ubuntu 20.04. but it failed to install and tf didnt work. can i use pytorch instead of torch7? |
I would like to use this data set. However, when I jump to the link, the image does not exist. |
|
I want to get the dataset. but, the warning happened ... please help me in getting the data |
|
|
同问解决了吗 |
Hi @alexxony , have you solved with unzip error? |
hello!
不好意思啊,最近比较忙,刚看到消息。我下载的文件没有解压错误。
我记得,是把整个下载下来的就没有问题。解压错误有没有可能是解压软件导致的?有没有试过其他的软件?
…---Original---
From: ***@***.***>
Date: Sat, Jan 4, 2025 23:17 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [xinario/SAGAN] FAQ regarding the usage of the dataset (#8)
Hi @alexxony , have you solved with unzip error?
I have the same issue, i got error extraction for DICOM folder SE0 ~ SE27
I have redownloaded for many times, but not solve the issue :(
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
@wpf756 請問您是用那個軟體解壓縮?我試了windows, ubuntu (7z + unzip), 都沒辦法 |
你好
我之前是下载到本地用 WinRAR软件解压的,然后上传到服务器上的。
…---Original---
From: ***@***.***>
Date: Thu, Jan 16, 2025 19:02 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [xinario/SAGAN] FAQ regarding the usage of the dataset (#8)
@wpf756 請問您是用那個軟體解壓縮?我試了windows, ubuntu (7z + unzip), 都沒辦法
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Which are the 850 images mentioned in your paper?
Inside each experiment folder (SE0, SE1....SE28), there are 906 images. So to get the exact 850 images, you need to, first, reordering the image sequence according to the [SliceLocation] field of the Dicom image (sort in ascending order) and you will get images arranged from pelvis to head. Then just keeping slice 21 to 870 and discard the rest which has almost no content.
What is the train/test split?
After obtaining the 850 ordered images, test images were selected at an interval of 6, i.e. slice 1, 7, 13 … 847.
How do you compute the PSNR and SSIM for the simulated and real dataset?
For the simulated data, the generated noisy image was converted to uint8 using the abdomen window (center: 40, width: 400). The training and evaluation were all conducted using these narrow range 8 bit images.
For the piglet data, the original 16 bit value was used. The training and evaluation was on 16 bit images.
What should I do when my test dicom data is not uint16?
In this case, the correct way to convert the data in preprocess.py is ([Hounsfield units]+1024)*22
The text was updated successfully, but these errors were encountered: