-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem with labels #1
Comments
Hi Bardia, |
Please also notice the following note in the readme file. I saw this mistake from many people and I guess you're doing the same mistake. If you're using pydicom library or similar ones, you need to sort slices based on the "slice location" parameter which indicates the Z-axis location of the slices. The "slice location" parameter can be accessed when you read a .dcm file using pydicom or similar libraries. You can store them and sort the slices based on them. |
Thanks for replying, It helped a lot |
Hi, Thanks for sharing this great data set.
If it is necessary I will gladly share my snippet. |
Hello and thanks for your message, For your questions: Q2: Yes the index file has been updated. One difference is in the name of those cases that you mentioned, the other difference is that one labeled COVID-19 case is removed in the new version. This dataset and the related data description have been published in Nature Scientific Data and the index and label files have been updated accordingly. Please use the updated files. Also, for more information on the dataset, you can refer here. Also, I suggest that you use a DICOM viewer software to view each case and check the labels with the slices there. You can use MicroDicom for windows and miele-lxiv for mac. They are free. If none of them helped, please share here some sample slices with their corresponding slice locations and labels based on what you have on your side so I can better identify the source of your error. |
Thanks for answering my questions. Checking the labels on dicom viewer was a great idea. As my os is Ubuntu I used an online viewer. I suppose dicom viewers sort the images and there is no need for further attempts. it seems like the lobe-level-label doesn't match (I checked that slices are sorted from neck to stomach) I would be grateful if you could help me with the problem. |
From what you shared, I can see that everything looks fine. In this slice, RLL and RML are involved. |
I have a question: |
Hi, thanks for sharing the dataset
I have problem with reading labels
labels in Slice_level_labels.npy and index.csv are not match with dicom files
Could you please help me
The text was updated successfully, but these errors were encountered: