We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73a6f43 commit 0c5f20cCopy full SHA for 0c5f20c
V2B_main/datasets/v2b_dataset.py
@@ -243,7 +243,7 @@ class TestDataset(BaseDataset):
243
def __init__(self, opts, split):
244
super(TestDataset, self).__init__(
245
which_dataset = opts.which_dataset,
246
- path = opts.db.data_dir,
+ path = opts.db.val_data_dir,
247
split = split,
248
category_name = opts.db.category_name,
249
offset_BB = opts.offset_BB,
@@ -354,4 +354,4 @@ def get_tracklet_lenth(self):
354
return len(self.BBs)
355
356
def get_PCs_and_BBs(self):
357
- return self.PCs, self.BBs
+ return self.PCs, self.BBs
0 commit comments