No project description provided
Project description
KITTIAug
Usage
import kitti_aug
param_object = kitti_aug.ParamObject()
param_object.augment = True
image_path = ""
calib_path = ""
label_path = ""
lidar_path = ""
data_reader_obj = kitti_aug.DataReader(image_path,
calib_path,
label_path,
lidar_path,
param_object)
camera_image = data_reader_obj.read_image()
lidar_image = data_reader_obj.lidar_reader.read_lidar()
real_points, label = data_reader_obj.label_reader.read_label()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
kitti_aug-0.2.tar.gz
(10.3 kB
view hashes)
Built Distribution
kitti_aug-0.2-py3-none-any.whl
(14.5 kB
view hashes)