File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/pytorch_metric_learning/datasets Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 ):
Original file line number Diff line number Diff line change 77
88class 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 ):
You can’t perform that action at this time.
0 commit comments