Skip to content

Commit 49880a9

Browse files
NicolasHugfang-d
andauthored
[Cherry-pick for 0.17] Fix root path expansion in datasets.Kitti (#8165)
Co-authored-by: Di Fang <[email protected]>
1 parent 2b193ec commit 49880a9

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)