mirror of https://github.com/JDAI-CV/fast-reid.git
Add small, medium and large vehicle test datasets
parent
e059b751a6
commit
640c9bfc97
|
@ -27,7 +27,7 @@ class VeRi(ImageDataset):
|
|||
"""
|
||||
dataset_dir = 'veri'
|
||||
|
||||
def __init__(self, root='/home/liuxinchen3/notespace/data', **kwargs):
|
||||
def __init__(self, root='datasets', **kwargs):
|
||||
self.dataset_dir = osp.join(root, self.dataset_dir)
|
||||
|
||||
self.train_dir = osp.join(self.dataset_dir, 'image_train')
|
||||
|
|
Loading…
Reference in New Issue