Skip to content

Commit 89b4f1c

Browse files
small change in a not fully implemented area
1 parent 628249b commit 89b4f1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cirtorch/datasets/traindataset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def __init__(self, name, mode, imsize=None, nnum=5, qsize=2000, poolsize=20000,
5858
# setting fullpath for images
5959
self.images = [cid2filename(db['cids'][i], ims_root) for i in range(len(db['cids']))]
6060

61-
elif name.startswith('google-landmark-recognition'):
61+
elif name.startswith('gl'):
6262
## TODO: NOT IMPLEMENTED YET PROPOERLY (WITH AUTOMATIC DOWNLOAD)
6363

6464
# setting up paths

0 commit comments

Comments
 (0)