Why is the accuracy I achieved using the KiTS 23 dataset not as good as that reported in the paper? #12
Unanswered
abcsddffffsxx
asked this question in
Q&A
Replies: 2 comments
-
Hello, when I run niftiFileExtractor.py to process KiTS23, ColourCode = COLOUR_CODES['kits23'] error occurs. Could you share the colourPlatte.py you wrote? Thank you very much! |
Beta Was this translation helpful? Give feedback.
0 replies
-
COLOUR_CODES = { |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prepare your data: Arrange the images and masks in the same folder, structured as follows::
${SvANet_ROOT}
|-- dataset
-- |-- KiTS23
-- |--- train|--- case_00000_132.jpg
|--- case_00000_203.jpg
|--- ...
|--- case_00272_247.jpg
|--- ...
|--- val
|--- case_00009_28.jpg
|--- case_00009_37.jpg
|--- ...
|--- case_00514_441.jpg
|--- ...
|--- mask
|--- case_00000_132.png
|--- case_00000_203.png
|--- ...
|--- case_00514_441.png
|--- ...
The results I obtained from running the experiment based on the paper still show a significant gap compared to the results reported in the paper.
Beta Was this translation helpful? Give feedback.
All reactions