Update README.md
Browse files
README.md
CHANGED
@@ -64,7 +64,7 @@ The "dataset.csv" contains many basic variables for each image: \
|
|
64 |
- fracture_count [int]: The number of fractures present in the image \
|
65 |
- frontal [int]: A binary indicator denoting the front orientation of the radiograph \
|
66 |
- lateral[int]: A binary indicator denoting the side orientation of the radiograph \
|
67 |
-
- oblique [int]: A binary indicator denoting denoting the angled orientation of the radiograph
|
68 |
|
69 |
Above are the data that could be directly extracted from the downloaded files. Other than the above-mentioned features, this huggingface dataset also extract infomation from annotations files to present a more systematic and clean FracAtlas dataset.
|
70 |
Other variables are extracted from the annotations files:
|
@@ -72,7 +72,7 @@ Other variables are extracted from the annotations files:
|
|
72 |
- Image_path [string]: A string representing the file path for its corresponding image \
|
73 |
- segmentation [list]: A list object contains the segmentation info for each fractured image \
|
74 |
- bbox [list]: A list object contains the bounding box info for each fractured image \
|
75 |
-
- area [float]: A float denoting the area of the bounding box in each fractured image
|
76 |
- height [int] \
|
77 |
- width [int] \
|
78 |
- Depth [int]
|
|
|
64 |
- fracture_count [int]: The number of fractures present in the image \
|
65 |
- frontal [int]: A binary indicator denoting the front orientation of the radiograph \
|
66 |
- lateral[int]: A binary indicator denoting the side orientation of the radiograph \
|
67 |
+
- oblique [int]: A binary indicator denoting denoting the angled orientation of the radiograph
|
68 |
|
69 |
Above are the data that could be directly extracted from the downloaded files. Other than the above-mentioned features, this huggingface dataset also extract infomation from annotations files to present a more systematic and clean FracAtlas dataset.
|
70 |
Other variables are extracted from the annotations files:
|
|
|
72 |
- Image_path [string]: A string representing the file path for its corresponding image \
|
73 |
- segmentation [list]: A list object contains the segmentation info for each fractured image \
|
74 |
- bbox [list]: A list object contains the bounding box info for each fractured image \
|
75 |
+
- area [float]: A float denoting the area of the bounding box in each fractured image
|
76 |
- height [int] \
|
77 |
- width [int] \
|
78 |
- Depth [int]
|