Euniceyeee commited on
Commit
ee00b5d
1 Parent(s): 2b3136e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -45,11 +45,13 @@ By loading this dataset, it can output transformed images (mnumpy array dtype=ui
45
  This dataset cannot be utilized for segmentation task since no ground truth image included.
46
 
47
  ## Dataset Initial Processing
48
-
 
49
 
50
  ## Dataset Structure
51
 
52
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
 
53
  - kidney_CT
54
  - kidney_CT.zip
55
  - train
@@ -58,6 +60,7 @@ This dataset cannot be utilized for segmentation task since no ground truth imag
58
  - test
59
  - kidneyabnormalityKiTS-xxxx_0000.mha (The 'KiTs' can be replaced by 'RUMC', the 'xxxx' is a four-digits number, serving as image number)
60
  - ...
 
61
  - dataset_m.json
62
  - {"image":"kidneyabnormalityKiTS-0000_0000.mha","split":"train","abnormality":0}
63
  - ...
 
45
  This dataset cannot be utilized for segmentation task since no ground truth image included.
46
 
47
  ## Dataset Initial Processing
48
+ - Train-Test soplit: The train test split were created to fit for further classification task. Images are distributed to train/test folder randomly.
49
+ - Metadata modification: The original json file includes other information like brief descriptions and license. Only image file name, corresponding labels (Normal: 0, Abnormal: 1) were preserved, and train-test split information were added. Note that the original file name in the json file did not match the image file name (format issue), thus also gone through modificaitons.
50
 
51
  ## Dataset Structure
52
 
53
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
54
+ Image data ()
55
  - kidney_CT
56
  - kidney_CT.zip
57
  - train
 
60
  - test
61
  - kidneyabnormalityKiTS-xxxx_0000.mha (The 'KiTs' can be replaced by 'RUMC', the 'xxxx' is a four-digits number, serving as image number)
62
  - ...
63
+ Metadata (annotations indicating the abnormality status of the image, and whether sperate to train or test group)
64
  - dataset_m.json
65
  - {"image":"kidneyabnormalityKiTS-0000_0000.mha","split":"train","abnormality":0}
66
  - ...