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
|
@@ -80,4 +80,15 @@ pods_dataset = load_dataset("chaenayo/PODS", split="train") # or "test" or "test
|
|
| 80 |
PODS can also be directly downloaded via command:
|
| 81 |
```
|
| 82 |
wget https://data.csail.mit.edu/personal_rep/pods.zip
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 83 |
```
|
|
|
|
| 80 |
PODS can also be directly downloaded via command:
|
| 81 |
```
|
| 82 |
wget https://data.csail.mit.edu/personal_rep/pods.zip
|
| 83 |
+
```
|
| 84 |
+
|
| 85 |
+
## Citation
|
| 86 |
+
If you find our work or any of our materials useful, please cite our paper:
|
| 87 |
+
```
|
| 88 |
+
@article{sundaram2024personalized,
|
| 89 |
+
title = {Personalized Representation from Personalized Generation}
|
| 90 |
+
author = {Sundaram, Shobhita and Chae, Julia and Tian, Yonglong and Beery, Sara and Isola, Phillip},
|
| 91 |
+
journal = {Arxiv},
|
| 92 |
+
year = {2024},
|
| 93 |
+
}
|
| 94 |
```
|