Datasets:
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
personalization
instance_detection
instance_classification
instance_segmentation
instance_retrieval
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
size_categories:
|
| 3 |
- 10K<n<100K
|
| 4 |
---
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: train/*
|
| 7 |
+
- split: test
|
| 8 |
+
path: test-*
|
| 9 |
+
- split: train_masks
|
| 10 |
+
path: train_masks/*
|
| 11 |
+
- split: test_masks
|
| 12 |
+
path: test_masks/*
|
| 13 |
size_categories:
|
| 14 |
- 10K<n<100K
|
| 15 |
---
|