Skip to content

Commit

Permalink
[Cherry-pick for 0.17] Fix root path expansion in datasets.Kitti (#8165)
Browse files Browse the repository at this point in the history
Co-authored-by: Di Fang <fang-d@outlook.com>
  • Loading branch information
NicolasHug and fang-d committed Dec 14, 2023
1 parent 2b193ec commit 49880a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion torchvision/datasets/kitti.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def __init__(
)
self.images = []
self.targets = []
self.root = root
self.train = train
self._location = "training" if self.train else "testing"

Expand Down

0 comments on commit 49880a9

Please sign in to comment.