Skip to content

Commit 0c5f20c

Browse files
authored
Update v2b_dataset.py
1 parent 73a6f43 commit 0c5f20c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

V2B_main/datasets/v2b_dataset.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ class TestDataset(BaseDataset):
243243
def __init__(self, opts, split):
244244
super(TestDataset, self).__init__(
245245
which_dataset = opts.which_dataset,
246-
path = opts.db.data_dir,
246+
path = opts.db.val_data_dir,
247247
split = split,
248248
category_name = opts.db.category_name,
249249
offset_BB = opts.offset_BB,
@@ -354,4 +354,4 @@ def get_tracklet_lenth(self):
354354
return len(self.BBs)
355355

356356
def get_PCs_and_BBs(self):
357-
return self.PCs, self.BBs
357+
return self.PCs, self.BBs

0 commit comments

Comments
 (0)