fix indentation problem

pull/17/head
KaiyangZhou 2018-05-02 16:30:10 +01:00
parent ac6a9b48ae
commit b90a53a08c
1 changed files with 1 additions and 1 deletions

View File

@ -977,7 +977,7 @@ class DukeMTMCvidreID(object):
raise RuntimeError("'{}' is not available".format(self.train_dir))
if not osp.exists(self.query_dir):
raise RuntimeError("'{}' is not available".format(self.query_dir))
if not osp.exists(self.gallery_dir):
if not osp.exists(self.gallery_dir):
raise RuntimeError("'{}' is not available".format(self.gallery_dir))
"""Create dataset"""