add reminder
parent
94941fe69a
commit
2f320090a6
|
@ -16,6 +16,8 @@ class BaseImgDataset(object):
|
|||
assert isinstance(self.query, list)
|
||||
assert isinstance(self.gallery, list)
|
||||
|
||||
print("Reminder: this function is under development, some datasets might not be applicable yet")
|
||||
|
||||
self.train_lmdb_path = osp.join(self.dataset_dir, 'train_lmdb')
|
||||
self.query_lmdb_path = osp.join(self.dataset_dir, 'query_lmdb')
|
||||
self.gallery_lmdb_path = osp.join(self.dataset_dir, 'gallery_lmdb')
|
||||
|
|
Loading…
Reference in New Issue