We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b193ec commit 49880a9Copy full SHA for 49880a9
torchvision/datasets/kitti.py
@@ -66,7 +66,6 @@ def __init__(
66
)
67
self.images = []
68
self.targets = []
69
- self.root = root
70
self.train = train
71
self._location = "training" if self.train else "testing"
72
0 commit comments