yh0701 commited on
Commit
608fe45
1 Parent(s): 5fdd726

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -56,7 +56,7 @@ In the "image" folder, it contains 2 subfolders: "Fractured" and "Non-fractured"
56
  In the "Annotations" folder, it contains 4 subfolders: "COCO JSON", "PASCAL VOC", "VGG JSON", and "YOLO". Annotations are stored in their corresponding folders. More details can be read in ### Annotations section.
57
  In the "utilities" folder, it contains several programming scripts that could be used to convert the raw files to a more readable format. None of them were used in this dataset loader.
58
  The "dataset.csv" contains many basic variables for each image: <br />
59
- - image_id [string]: The unique identifier for each radiograph image in the dataset. <br />
60
  - hand [int]: A binary indicators (1 or 0) marking the presence of hand in the radiograph <br />
61
  - leg [int] : A binary indicators (1 or 0) marking the presence of leg in the radiograph <br />
62
  - hip [int] : A binary indicators (1 or 0) marking the presence of hip in the radiograph <br />
 
56
  In the "Annotations" folder, it contains 4 subfolders: "COCO JSON", "PASCAL VOC", "VGG JSON", and "YOLO". Annotations are stored in their corresponding folders. More details can be read in ### Annotations section.
57
  In the "utilities" folder, it contains several programming scripts that could be used to convert the raw files to a more readable format. None of them were used in this dataset loader.
58
  The "dataset.csv" contains many basic variables for each image: <br />
59
+ * image_id [string]: The unique identifier for each radiograph image in the dataset. <br />
60
  - hand [int]: A binary indicators (1 or 0) marking the presence of hand in the radiograph <br />
61
  - leg [int] : A binary indicators (1 or 0) marking the presence of leg in the radiograph <br />
62
  - hip [int] : A binary indicators (1 or 0) marking the presence of hip in the radiograph <br />