Skip to content
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

The annotation of the labels. #1

Open
NimoXW opened this issue May 8, 2024 · 3 comments
Open

The annotation of the labels. #1

NimoXW opened this issue May 8, 2024 · 3 comments

Comments

@NimoXW
Copy link

NimoXW commented May 8, 2024

The labels are assigned as follows:
labels={'Background': 0,
'PDAC lesion': 1,
'Veins': 2,
'Arteries': 3,
'Pancreas parenchyma': 4,
'Pancreatic duct': 5,
'Common bile duct': 6
},
But, I've encountered a potential issue with the labeling in your dataset. I got this error when build the dataset for training the nnUNet. Is there any labels wrong?
100244_00001.nii.gz.
Expected: [0, 1, 2, 3, 4, 5, 6]
Found: [0. 1. 2. 3. 4. 5. 6. 8.]

Thank you for your assistance and support!

@HongkunSun
Copy link

101994_00001.nii.gz 和101687_00001.nii.gz 有相同的问题。并且,100244_00001.nii.gz虽然有classes 8,但是,使用3d slicer 查看不到关于classes 8的目标区域。

@Luffy03
Copy link

Luffy03 commented Jun 1, 2024

Hi, I found class 7. Is it normal?

@HongkunSun
Copy link

Hi, I found class 7. Is it normal?

yes,I also found.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants