Skip to content

Commit

Permalink
[fbsync] Fix root path expansion in datasets.Kitti (#8163) (#8164)
Browse files Browse the repository at this point in the history
Reviewed By: vmoens

Differential Revision: D52539002

fbshipit-source-id: 6f39af8ec0530a9533a14349901f26d273d18c59
  • Loading branch information
NicolasHug authored and facebook-github-bot committed Jan 16, 2024
1 parent 48d1de8 commit fda91e8
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 fda91e8

Please sign in to comment.