Skip to content

Commit b64c9b2

Browse files
committed
add comments indicating where the google drive links are from
1 parent cc11488 commit b64c9b2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/pytorch_metric_learning/datasets/inaturalist2018.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class INaturalist2018(BaseDataset):
1414
VAL_ANN_URL = (
1515
"https://ml-inat-competition-datasets.s3.amazonaws.com/2018/val2018.json.tar.gz"
1616
)
17+
18+
# Link from https://github.com/Andrew-Brown1/Smooth_AP?tab=readme-ov-file#data
1719
SPLITS_URL = "https://drive.google.com/uc?id=1sXfkBTFDrRU3__-NUs1qBP3sf_0uMB98"
1820

1921
def generate_split(self):

src/pytorch_metric_learning/datasets/sop.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
class StanfordOnlineProducts(BaseDataset):
99

10+
# Link from https://github.com/rksltnl/Deep-Metric-Learning-CVPR16?tab=readme-ov-file#stanford-online-products-dataset
1011
DOWNLOAD_URL = "https://drive.usercontent.google.com/download?id=1TclrpQOF_ullUP99wk_gjGN8pKvtErG8&export=download&authuser=0&confirm=t"
1112

1213
def generate_split(self):

0 commit comments

Comments
 (0)