Unverified Commit 01dca0eb authored by Di Fang's avatar Di Fang Committed by GitHub
Browse files

Fix root path expansion in `datasets.Kitti` (#8163) (#8164)

parent 44a9beaf
...@@ -66,7 +66,6 @@ class Kitti(VisionDataset): ...@@ -66,7 +66,6 @@ class Kitti(VisionDataset):
) )
self.images = [] self.images = []
self.targets = [] self.targets = []
self.root = root
self.train = train self.train = train
self._location = "training" if self.train else "testing" self._location = "training" if self.train else "testing"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment