Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
01dca0eb
Unverified
Commit
01dca0eb
authored
Dec 14, 2023
by
Di Fang
Committed by
GitHub
Dec 14, 2023
Browse files
Fix root path expansion in `datasets.Kitti` (#8163) (#8164)
parent
44a9beaf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
torchvision/datasets/kitti.py
torchvision/datasets/kitti.py
+0
-1
No files found.
torchvision/datasets/kitti.py
View file @
01dca0eb
...
@@ -66,7 +66,6 @@ class Kitti(VisionDataset):
...
@@ -66,7 +66,6 @@ class Kitti(VisionDataset):
)
)
self
.
images
=
[]
self
.
images
=
[]
self
.
targets
=
[]
self
.
targets
=
[]
self
.
root
=
root
self
.
train
=
train
self
.
train
=
train
self
.
_location
=
"training"
if
self
.
train
else
"testing"
self
.
_location
=
"training"
if
self
.
train
else
"testing"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment