Datasets:
Formats:
parquet
Size:
10K - 100K
ArXiv:
Tags:
personalization
instance_detection
instance_classification
instance_segmentation
instance_retrieval
License:
Update README.md
Browse files## PODS
The PODS dataset is new a benchmark for personalized vision tasks. It includes:
* 100 common household objects from 5 semantic categories
* 4 tasks (classification, retrieval, segmentation, detection)
* 4 test splits with different distribution shifts.
* 71-201 test images per instance with classification label annotations.
* 12 test images per instance (3 per split) with segmentation annotations.
PODS is [available on HuggingFace](#hf-link-here), or can be directly downloaded via command:
```
wget https://data.csail.mit.edu/personal_rep/pods.zip
```
README.md
CHANGED
@@ -48,9 +48,13 @@ The PODS dataset is new a benchmark for personalized vision tasks. It includes:
|
|
48 |
* 100 common household objects from 5 semantic categories
|
49 |
* 4 tasks (classification, retrieval, segmentation, detection)
|
50 |
* 4 test splits with different distribution shifts.
|
51 |
-
*
|
|
|
52 |
|
53 |
-
PODS
|
|
|
|
|
|
|
54 |
|
55 |
Metadata is stored in two files:
|
56 |
* `pods_info.json`:
|
|
|
48 |
* 100 common household objects from 5 semantic categories
|
49 |
* 4 tasks (classification, retrieval, segmentation, detection)
|
50 |
* 4 test splits with different distribution shifts.
|
51 |
+
* 71-201 test images per instance with classification label annotations.
|
52 |
+
* 12 test images per instance (3 per split) with segmentation annotations.
|
53 |
|
54 |
+
PODS can be directly downloaded via command:
|
55 |
+
```
|
56 |
+
wget https://data.csail.mit.edu/personal_rep/pods.zip
|
57 |
+
```
|
58 |
|
59 |
Metadata is stored in two files:
|
60 |
* `pods_info.json`:
|