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
|
@@ -3,13 +3,13 @@ configs:
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
-
path: pods/train/*
|
| 7 |
- split: test
|
| 8 |
-
path: pods/test/*
|
| 9 |
- split: train_masks
|
| 10 |
-
path: pods/train_masks/*
|
| 11 |
- split: test_masks
|
| 12 |
-
path: pods/test_masks/*
|
| 13 |
size_categories:
|
| 14 |
- 10K<n<100K
|
| 15 |
---
|
|
|
|
| 3 |
- config_name: default
|
| 4 |
data_files:
|
| 5 |
- split: train
|
| 6 |
+
path: pods/train/**
|
| 7 |
- split: test
|
| 8 |
+
path: pods/test/**
|
| 9 |
- split: train_masks
|
| 10 |
+
path: pods/train_masks/**
|
| 11 |
- split: test_masks
|
| 12 |
+
path: pods/test_masks/**
|
| 13 |
size_categories:
|
| 14 |
- 10K<n<100K
|
| 15 |
---
|