Skip to content

Commit

Permalink
Fix root path expansion in datasets.Kitti (#8163) (#8164)
Browse files Browse the repository at this point in the history
  • Loading branch information
fang-d authored and NicolasHug committed Dec 14, 2023
1 parent 2b193ec commit 0413e0a
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 0413e0a

Please sign in to comment.