Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,27 @@ language:
|
|
| 7 |
pretty_name: PaintSkills
|
| 8 |
size_categories:
|
| 9 |
- 10K<n<100K
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
---
|
| 11 |
# PaintSkills
|
| 12 |
|
|
|
|
| 7 |
pretty_name: PaintSkills
|
| 8 |
size_categories:
|
| 9 |
- 10K<n<100K
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: default
|
| 12 |
+
data_files:
|
| 13 |
+
- split: count_val
|
| 14 |
+
path:
|
| 15 |
+
- count/val_images/*.png
|
| 16 |
+
- split: spatial_val
|
| 17 |
+
path:
|
| 18 |
+
- spatial/val_images/*.png
|
| 19 |
+
- split: object_val
|
| 20 |
+
path:
|
| 21 |
+
- object/val_images/*.png
|
| 22 |
+
- split: count_train
|
| 23 |
+
path:
|
| 24 |
+
- count/train_images/*.png
|
| 25 |
+
- split: object_train
|
| 26 |
+
path:
|
| 27 |
+
- object/train_images/*.png
|
| 28 |
+
- split: spatial_train
|
| 29 |
+
path:
|
| 30 |
+
- spatial/train_images/*.png
|
| 31 |
---
|
| 32 |
# PaintSkills
|
| 33 |
|