Add small, medium and large vehicle test datasets

pull/49/head
Jinkai Zheng 2020-05-11 01:34:19 -05:00 committed by GitHub
parent e059b751a6
commit 640c9bfc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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')