jasoncorkill
commited on
Commit
•
2537731
1
Parent(s):
2743944
Update README.md
Browse files
README.md
CHANGED
@@ -20,7 +20,7 @@ dataset_info:
|
|
20 |
num_bytes: 393005272.944
|
21 |
num_examples: 1631
|
22 |
- name: validation
|
23 |
-
num_bytes: 81827046
|
24 |
num_examples: 332
|
25 |
download_size: 391573463
|
26 |
dataset_size: 474832318.944
|
@@ -31,6 +31,12 @@ configs:
|
|
31 |
path: data/train-*
|
32 |
- split: validation
|
33 |
path: data/validation-*
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
35 |
|
36 |
# About:
|
@@ -51,10 +57,4 @@ The metadata.csv describes each image in one row:
|
|
51 |
| prediction | A baseline COCO bounding box prediction based on heatmaps. |
|
52 |
| ground_truth | The COCO bounding box ground truth. |
|
53 |
| IoU | The Intersection over Union (IoU) score between the baseline prediction and the ground truth. |
|
54 |
-
| lines | A 3D array of coordinates. Because each user can draw multiple lines, the first dimension represents different users, the second dimension represents multiple lines drawn by each user, and the third dimension represents the individual [x, y] coordinates of each line, relative to the image dimensions. |
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
|
|
20 |
num_bytes: 393005272.944
|
21 |
num_examples: 1631
|
22 |
- name: validation
|
23 |
+
num_bytes: 81827046
|
24 |
num_examples: 332
|
25 |
download_size: 391573463
|
26 |
dataset_size: 474832318.944
|
|
|
31 |
path: data/train-*
|
32 |
- split: validation
|
33 |
path: data/validation-*
|
34 |
+
license: cdla-permissive-2.0
|
35 |
+
task_categories:
|
36 |
+
- image-segmentation
|
37 |
+
- mask-generation
|
38 |
+
size_categories:
|
39 |
+
- 10K<n<100K
|
40 |
---
|
41 |
|
42 |
# About:
|
|
|
57 |
| prediction | A baseline COCO bounding box prediction based on heatmaps. |
|
58 |
| ground_truth | The COCO bounding box ground truth. |
|
59 |
| IoU | The Intersection over Union (IoU) score between the baseline prediction and the ground truth. |
|
60 |
+
| lines | A 3D array of coordinates. Because each user can draw multiple lines, the first dimension represents different users, the second dimension represents multiple lines drawn by each user, and the third dimension represents the individual [x, y] coordinates of each line, relative to the image dimensions. |
|
|
|
|
|
|
|
|
|
|
|
|