chaenayo commited on
Commit
cff5f1b
·
verified ·
1 Parent(s): a4e50b7

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
```

Files changed (1) hide show
  1. README.md +6 -2
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
- * 12 test images per instance (3 per split).
 
52
 
53
- PODS is [available on HuggingFace](#hf-link-here), or can be directly downloaded [here](#link-here).
 
 
 
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`: