Functionget_birdview(
dataset_dir,
batch_size=32, num_workers=8, shuffle=True,
crop_x_jitter=0, crop_y_jit
bird_view/utils/datasets/birdview_lmdb.py:252
Functionget_image(
dataset_dir,
batch_size=32, num_workers=0, shuffle=True, augment=None,
n_step=5, gap
bird_view/utils/datasets/image_lmdb.py:269
Functionload_birdview_data(
dataset_dir,
batch_size=32, num_workers=0, shuffle=True,
crop_x_jitter=0, crop_y_jit
bird_view/utils/datasets/birdview_lmdb.py:207
Functionload_image_data(dataset_path,
batch_size=32,
num_workers=8,
shuffle=True,
n_step=5,
bird_view/utils/datasets/image_lmdb.py:225
Functionproject_to_image(pixel_x, pixel_y, tran=[0.,0.,0.], rot=[0.,0.,0.], fov=90, w=384, h=160, camera_world_z=1.4, crop_size=192)
bird_view/utils/datasets/image_lmdb.py:32