Skip to content

Commit

Permalink
Update kitti_loader.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fschaeffler93 authored Apr 15, 2019
1 parent 10fc0d0 commit 599c21a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions utils/kitti_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ def iterate_data(data_dir, shuffle=False, aug=False, is_testset=False, batch_siz
f_rgb.sort()
f_lidar.sort()
f_label.sort()
if is_testset:
f_label = ''

data_tag = [name.split(os.sep)[-1].split('.')[-2] for name in f_rgb]

Expand Down

0 comments on commit 599c21a

Please sign in to comment.