yh0701 commited on
Commit
f36ced5
1 Parent(s): fe9f055

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -58,7 +58,7 @@ In the "Annotations" folder, it contains 4 subfolders: "COCO JSON", "PASCAL VOC"
58
  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.
59
  The "dataset.csv" contains many basic variables for each image: <br />
60
  - **image_id** [string]: The unique identifier for each radiograph image in the dataset. <br />
61
- - hand [int]: A binary indicators (1 or 0) marking the presence of hand in the radiograph <br />
62
  - leg [int] : A binary indicators (1 or 0) marking the presence of leg in the radiograph <br />
63
  - hip [int] : A binary indicators (1 or 0) marking the presence of hip in the radiograph <br />
64
  - shoulder [int]: A binary indicator (1 or 0) marking the shoulder in the radiograph <br />
 
58
  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.
59
  The "dataset.csv" contains many basic variables for each image: <br />
60
  - **image_id** [string]: The unique identifier for each radiograph image in the dataset. <br />
61
+ - hand [int]: A binary indicators (1 or 0) marking the presence of hand in the radiograph <br />
62
  - leg [int] : A binary indicators (1 or 0) marking the presence of leg in the radiograph <br />
63
  - hip [int] : A binary indicators (1 or 0) marking the presence of hip in the radiograph <br />
64
  - shoulder [int]: A binary indicator (1 or 0) marking the shoulder in the radiograph <br />