In kitti.py, in get_data method of KITTISplit class, paths are created by renaming some parts of other paths (like replacing 'velodyne' by 'label_2'. This can create problems if you work on full path (i.e. if you have a velodyne directory in the path).
Same issues fixed in matterport_objects.py and waymo.py
In kitti.py, in get_data method of KITTISplit class, paths are created by renaming some parts of other paths (like replacing 'velodyne' by 'label_2'. This can create problems if you work on full path (i.e. if you have a velodyne directory in the path). Same issues fixed in matterport_objects.py and waymo.py
This change is