SerdarHelli commited on
Commit
0feb0e1
·
1 Parent(s): d01af7d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -33,7 +33,6 @@ train-eval-index:
33
  - [Curation Rationale](#curation-rationale)
34
  - [Source Data](#source-data)
35
  - [Annotations](#annotations)
36
- - [Considerations for Using the Data](#considerations-for-using-the-data)
37
  - [Other Known Limitations](#other-known-limitations)
38
  - [Additional Information](#additional-information)
39
  - [Citation Information](#citation-information)
@@ -67,8 +66,8 @@ train-eval-index:
67
  An example of 'train' looks as follows.
68
  ```
69
  {
70
- "image": X-ray Image ,
71
- "label": Binary Image Segmentation Map
72
 
73
  }
74
  ```
 
33
  - [Curation Rationale](#curation-rationale)
34
  - [Source Data](#source-data)
35
  - [Annotations](#annotations)
 
36
  - [Other Known Limitations](#other-known-limitations)
37
  - [Additional Information](#additional-information)
38
  - [Citation Information](#citation-information)
 
66
  An example of 'train' looks as follows.
67
  ```
68
  {
69
+ "image": X-ray Image (Image),
70
+ "label": Binary Image Segmentation Map (Image)
71
 
72
  }
73
  ```