Skip to content

Commit 01dca0e

Browse files
authored
Fix root path expansion in datasets.Kitti (#8163) (#8164)
1 parent 44a9bea commit 01dca0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

torchvision/datasets/kitti.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def __init__(
6666
)
6767
self.images = []
6868
self.targets = []
69-
self.root = root
7069
self.train = train
7170
self._location = "training" if self.train else "testing"
7271

0 commit comments

Comments
 (0)