Skip to content

Commit

Permalink
[bug fix] val_data_path
Browse files Browse the repository at this point in the history
  • Loading branch information
haibao-yu committed Mar 13, 2023
1 parent 4396bc9 commit 2c64ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2x/dataset/dair_v2x_for_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def __len__(self):


class VICAsyncDataset(VICDataset):
def __init__(self, path, args, split="train", sensortype="lidar", extended_range=None):
def __init__(self, path, args, split="train", sensortype="lidar", extended_range=None, val_data_path=""):
super().__init__(path, args, split, sensortype, extended_range)
self.k = args.k
self.async_data = []
Expand Down

0 comments on commit 2c64ea0

Please sign in to comment.