Datasets:
Andy Janco
commited on
Commit
•
8340e16
1
Parent(s):
512a10d
Update README.md
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ The dataset contains an entry for each image with the following fields:
|
|
72 |
- year: the year of the journal issue
|
73 |
- issue: the issue for the image
|
74 |
- URI: the IIIF URI used to fetch the image from Princeton's IIIF server
|
75 |
-
- yolo: the raw model prediction (ex '3 0.1655 0.501396 0.311'), in Yolo's normalized xywh format (
|
76 |
- yolo_predictions: a List with a dictionary for each of the model's predictions with fields for:
|
77 |
- label: the predicted label
|
78 |
- x: the x-value location of the center point of the prediction
|
|
|
72 |
- year: the year of the journal issue
|
73 |
- issue: the issue for the image
|
74 |
- URI: the IIIF URI used to fetch the image from Princeton's IIIF server
|
75 |
+
- yolo: the raw model prediction (ex '3 0.1655 0.501396 0.311'), in Yolo's normalized xywh format (object-class x y width height). The labels are 'image'=0, 'mixedtext'=1, 'title'=2, 'textblock'=3.
|
76 |
- yolo_predictions: a List with a dictionary for each of the model's predictions with fields for:
|
77 |
- label: the predicted label
|
78 |
- x: the x-value location of the center point of the prediction
|