Add files using upload-large-folder tool
Browse files- lidar_dataset/calib.json +1 -0
- lidar_dataset/read_data.py +264 -0
- synthetic_dataset/read_data.py +41 -0
- synthetic_dataset/right_images/diag_0045.tif +0 -0
- synthetic_dataset/right_images/diag_0066.tif +0 -0
- synthetic_dataset/right_images/diag_0130.tif +0 -0
- synthetic_dataset/right_images/diag_0177.tif +0 -0
- synthetic_dataset/right_images/diag_0218.tif +0 -0
- synthetic_dataset/right_images/diag_0238.tif +0 -0
- synthetic_dataset/right_images/diag_0243.tif +0 -0
- synthetic_dataset/right_images/diag_0247.tif +0 -0
- synthetic_dataset/right_images/diag_0405.tif +0 -0
- synthetic_dataset/right_images/diag_0419.tif +0 -0
- synthetic_dataset/right_images/diag_0470.tif +0 -0
- synthetic_dataset/right_images/diag_0629.tif +0 -0
- synthetic_dataset/right_images/diag_0633.tif +0 -0
- synthetic_dataset/right_images/diag_0764.tif +0 -0
- synthetic_dataset/right_images/diag_0849.tif +0 -0
- synthetic_dataset/right_images/diag_0857.tif +0 -0
- synthetic_dataset/right_images/side_0044.tif +0 -0
- synthetic_dataset/right_images/side_0045.tif +0 -0
- synthetic_dataset/right_images/side_0130.tif +0 -0
- synthetic_dataset/right_images/side_0193.tif +0 -0
- synthetic_dataset/right_images/side_0216.tif +0 -0
- synthetic_dataset/right_images/side_0237.tif +0 -0
- synthetic_dataset/right_images/side_0565.tif +0 -0
- synthetic_dataset/right_images/top_0006.tif +0 -0
- synthetic_dataset/right_images/top_0059.tif +0 -0
- synthetic_dataset/right_images/top_0074.tif +0 -0
- synthetic_dataset/right_images/top_0173.tif +0 -0
- synthetic_dataset/right_images/top_0198.tif +0 -0
- synthetic_dataset/right_images/top_0237.tif +0 -0
- synthetic_dataset/right_images/top_0318.tif +0 -0
- synthetic_dataset/right_images/top_0341.tif +0 -0
- synthetic_dataset/right_images/top_0380.tif +0 -0
- synthetic_dataset/right_images/top_0454.tif +0 -0
- synthetic_dataset/right_images/top_0470.tif +0 -0
- synthetic_dataset/right_images/top_0540.tif +0 -0
- synthetic_dataset/right_images/top_0633.tif +0 -0
- synthetic_dataset/right_images/top_0634.tif +0 -0
- synthetic_dataset/right_images/top_0698.tif +0 -0
- synthetic_dataset/right_images/top_0699.tif +0 -0
- synthetic_dataset/right_images/top_0710.tif +0 -0
- synthetic_dataset/right_images/top_0724.tif +0 -0
- synthetic_dataset/right_images/top_0779.tif +0 -0
- synthetic_dataset/right_images/top_0783.tif +0 -0
- synthetic_dataset/right_images/top_0828.tif +0 -0
- synthetic_dataset/right_images/top_0921.tif +0 -0
- synthetic_dataset/test.json +1 -0
- synthetic_dataset/train.json +0 -0
lidar_dataset/calib.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"h": 480, "w": 640, "left_to_right_pose": [[0.99988914, 0.01471834, 0.00224488, -59.940565765], [-0.01477408, 0.99951947, 0.02724975, -16.198770165], [-0.00184273, -0.02727989, 0.99962616, -1.066967884], [0.0, 0.0, 0.0, 1.0]], "lidar_to_right_cam": [[0.9996945715038775, 0.006139268119090391, 0.023938945102920287, -0.37787606], [-0.015773836557348174, 0.9041927865274832, 0.4268332120066656, 1.125335], [-0.019024977948496474, -0.42708045398803607, 0.9040134600963817, 1.48952085], [0.0, 0.0, 0.0, 1.0]], "left_intrinsic": [[530.47003, 0.0, 320.0], [0.0, 530.47003, 240.0], [0.0, 0.0, 1.0]], "right_intrinsic": [[530.47003, 0.0, 320.0], [0.0, 530.47003, 240.0], [0.0, 0.0, 1.0]], "right_cam_to_world": [[0.9985752056108484, 0.048344787054235255, -0.022590712780536905, 0.0], [-0.053362521859935244, 0.9046781147189629, -0.4227409963669141, 29.3], [1.734723475976807e-18, 0.4233441747718091, 0.9059689341731185, 0.0], [0.0, 0.0, 0.0, 1.0]], "left_cam_to_world": [[0.9977918823961943, 0.06363519748513709, -0.0190232025998682, -60.61418531236938], [-0.0659433954156338, 0.9149903098838849, -0.3980504988743422, 18.294957963667375], [-0.007923976839681518, 0.3984260123278461, 0.9171662696732554, -7.824294744484554], [0.0, 0.0, 0.0, 1.0]]}
|
lidar_dataset/read_data.py
ADDED
|
@@ -0,0 +1,264 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This example loads a stereo pair together with LiDAR points associated with the stereo pair at that time instance
|
| 2 |
+
# The LiDAR data is returned in the following form
|
| 3 |
+
# 'lidar_points' is a list of 'lidar_points'
|
| 4 |
+
# where 'lidar_point' is a dictionary containing:
|
| 5 |
+
# 'backscatter': the backscatter profile scanned by the LiDAR
|
| 6 |
+
# 'azi': the azimuthal angle of the scanned ray
|
| 7 |
+
# 'elev': the elevation angle of the scanned ray
|
| 8 |
+
# In addition, if a cloud is detected from the backscatter, then 'lidar_point' also contains:
|
| 9 |
+
# 'lidar_depth': the depth from the LiDAR to the cloud
|
| 10 |
+
# 'right_cam_xy': the xy coordinates of the cloud in the right image
|
| 11 |
+
# 'right_cam_depth': the depth of the cloud to the right camera
|
| 12 |
+
|
| 13 |
+
from PIL import Image
|
| 14 |
+
import numpy as np
|
| 15 |
+
import cv2
|
| 16 |
+
import json
|
| 17 |
+
import glob
|
| 18 |
+
from collections import defaultdict
|
| 19 |
+
|
| 20 |
+
def main():
|
| 21 |
+
# Choose input images to load
|
| 22 |
+
date = '2021-10-22'
|
| 23 |
+
hour = 12
|
| 24 |
+
frame_idx = 50
|
| 25 |
+
|
| 26 |
+
# Load metadata
|
| 27 |
+
with open(f'calib.json', 'r') as fp:
|
| 28 |
+
meta = json.load(fp)
|
| 29 |
+
|
| 30 |
+
h, w = meta['h'], meta['w']
|
| 31 |
+
right_intrinsic = np.array(meta['right_intrinsic'])
|
| 32 |
+
lidar_to_right = np.array(meta['lidar_to_right_cam'])
|
| 33 |
+
|
| 34 |
+
# Unused metadata in this example
|
| 35 |
+
# right_cam2world = np.array(meta['right_cam2world'])
|
| 36 |
+
# left_intrinsic = np.array(meta['left_intrinsic'])
|
| 37 |
+
# left_cam2world = np.array(meta['left_cam2world'])
|
| 38 |
+
# left_to_right = np.array(meta['left_to_right_pose'])
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
# Load LiDAR data associated with this time
|
| 42 |
+
lidar_files = glob.glob(f'lidar/{date}/{hour:0>2}*.hpl')
|
| 43 |
+
lidar_data = load_lidar_data(date, hour, right_intrinsic, lidar_to_right)
|
| 44 |
+
|
| 45 |
+
# ---------- Load Data --------- #
|
| 46 |
+
left_video = cv2.VideoCapture(f'left_images/{date}/{date}_{hour:0>2}.mp4')
|
| 47 |
+
right_video = cv2.VideoCapture(f'right_images/{date}/{date}_{hour:0>2}.mp4')
|
| 48 |
+
|
| 49 |
+
for _ in range(frame_idx):
|
| 50 |
+
left_video.read()
|
| 51 |
+
right_video.read()
|
| 52 |
+
|
| 53 |
+
_, left_image = left_video.read()
|
| 54 |
+
_, right_image = right_video.read()
|
| 55 |
+
|
| 56 |
+
# BGR To RGB
|
| 57 |
+
left_image = cv2.cvtColor(left_image, cv2.COLOR_BGR2RGB).astype('uint8')
|
| 58 |
+
right_image = cv2.cvtColor(right_image, cv2.COLOR_BGR2RGB).astype('uint8')
|
| 59 |
+
|
| 60 |
+
# Ensure images match the expected size
|
| 61 |
+
left_image = cv2.resize(left_image, (w, h))
|
| 62 |
+
right_image = cv2.resize(left_image, (w, h))
|
| 63 |
+
|
| 64 |
+
# See top of file for the format of 'lidar_points'
|
| 65 |
+
lidar_points = lidar_data[frame_idx]
|
| 66 |
+
|
| 67 |
+
return left_image, right_image, lidar_points
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
|
| 71 |
+
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
|
| 75 |
+
|
| 76 |
+
|
| 77 |
+
|
| 78 |
+
|
| 79 |
+
|
| 80 |
+
|
| 81 |
+
|
| 82 |
+
################ Define some helper functions ################
|
| 83 |
+
def load_lidar_data(date, hour, right_intrinsic, lidar_to_right):
|
| 84 |
+
def flattenList(xss):
|
| 85 |
+
return [x for xs in xss for x in xs]
|
| 86 |
+
|
| 87 |
+
decimal_time = []
|
| 88 |
+
azi = []
|
| 89 |
+
elev = []
|
| 90 |
+
distance = []
|
| 91 |
+
backscatter = []
|
| 92 |
+
|
| 93 |
+
lidar_files = glob.glob(f'lidar/{date}/{date}_{hour:0>2}*.hpl')
|
| 94 |
+
|
| 95 |
+
for lidar_file in lidar_files:
|
| 96 |
+
ld = LidarData.fromfile(lidar_file)
|
| 97 |
+
|
| 98 |
+
data_locs = ld.data_locs
|
| 99 |
+
decimal_time.append(list(data_locs[:,0]))
|
| 100 |
+
azi.append(list(data_locs[:,1]))
|
| 101 |
+
elev.append(list(data_locs[:,2]))
|
| 102 |
+
distance.append(list(ld.getDistance()))
|
| 103 |
+
backscatter.append(list(ld.getBackscatter()))
|
| 104 |
+
|
| 105 |
+
decimal_time = np.array(flattenList(decimal_time), ndmin=1)
|
| 106 |
+
azi = np.array(flattenList(azi), ndmin=1)
|
| 107 |
+
elev = np.array(flattenList(elev), ndmin=1)
|
| 108 |
+
distance = np.array(flattenList(distance), ndmin=1)
|
| 109 |
+
backscatter = np.array(flattenList(backscatter), ndmin=1)
|
| 110 |
+
|
| 111 |
+
# Go through all frames now
|
| 112 |
+
camera_time = hour + 10/3600 # First frame starts 10 seconds into the hour
|
| 113 |
+
|
| 114 |
+
lidar_output = defaultdict(list)
|
| 115 |
+
|
| 116 |
+
# Simple unoptimised code for LiDAR loading
|
| 117 |
+
for frame_idx in range(717): # 717 frames per video
|
| 118 |
+
|
| 119 |
+
for time in decimal_time:
|
| 120 |
+
|
| 121 |
+
if np.abs(time-camera_time) < 2.5/3600: # Associate each LiDAR point with the closest frame (1 frame per 5 seconds)
|
| 122 |
+
i = list(decimal_time).index(time)
|
| 123 |
+
|
| 124 |
+
# Check if there is a cloud
|
| 125 |
+
_, cloud_depth = findCloud_in_backscatter(backscatter[i], int(500 / 3))
|
| 126 |
+
|
| 127 |
+
if cloud_depth is not None:
|
| 128 |
+
# Project lidar to right camera
|
| 129 |
+
lidar_right_xy, lidar_right_depth = project_lidar_to_right(lidar_to_right, right_intrinsic, azi[i],
|
| 130 |
+
elev[i],
|
| 131 |
+
cloud_depth)
|
| 132 |
+
|
| 133 |
+
|
| 134 |
+
lidar_output[frame_idx].append({'lidar_depth': cloud_depth, 'azi': azi[i], 'elev': elev[i],
|
| 135 |
+
'right_cam_xy': lidar_right_xy, 'right_cam_depth': lidar_right_depth,
|
| 136 |
+
'backscatter': backscatter[i]})
|
| 137 |
+
else:
|
| 138 |
+
lidar_output[frame_idx].append({'azi': azi[i], 'elev': elev[i], 'backscatter': backscatter[i]})
|
| 139 |
+
|
| 140 |
+
camera_time += 5/3600
|
| 141 |
+
|
| 142 |
+
return lidar_output
|
| 143 |
+
|
| 144 |
+
class LidarData():
|
| 145 |
+
def __init__(self,
|
| 146 |
+
fname=None,
|
| 147 |
+
system_id=None,
|
| 148 |
+
num_gates=0,
|
| 149 |
+
gate_length=0,
|
| 150 |
+
gate_pulse_length=0,
|
| 151 |
+
pulses_per_ray=0,
|
| 152 |
+
start_time=None,
|
| 153 |
+
data=None,
|
| 154 |
+
data_locs=None):
|
| 155 |
+
self.fname = fname
|
| 156 |
+
self.system_id = system_id
|
| 157 |
+
self.num_gates = num_gates
|
| 158 |
+
self.gate_length = gate_length
|
| 159 |
+
self.gate_pulse_length = gate_pulse_length
|
| 160 |
+
self.pulses_per_ray = pulses_per_ray
|
| 161 |
+
self.start_time = start_time
|
| 162 |
+
self.data = data
|
| 163 |
+
self.data_locs = data_locs
|
| 164 |
+
|
| 165 |
+
@classmethod
|
| 166 |
+
def fromfile(cls, filename):
|
| 167 |
+
with open(filename) as f:
|
| 168 |
+
header = [f.readline().split(':', maxsplit=1) for i in range(17)]
|
| 169 |
+
|
| 170 |
+
fname = header[0][1].strip()
|
| 171 |
+
system_id = header[1][1].strip()
|
| 172 |
+
num_gates = int(header[2][1].strip())
|
| 173 |
+
gate_length = header[3][1].strip()
|
| 174 |
+
gate_pulse_length = header[4][1].strip()
|
| 175 |
+
pulses_per_ray = header[5][1].strip()
|
| 176 |
+
start_time = header[9][1].strip()
|
| 177 |
+
data_locs_format = header[13][0].split(' ')[0].strip()
|
| 178 |
+
data_format = header[15][0].split(' ')[0].strip()
|
| 179 |
+
|
| 180 |
+
data = []
|
| 181 |
+
data_locs = []
|
| 182 |
+
while True:
|
| 183 |
+
try:
|
| 184 |
+
data_locs_in = np.array(f.readline().split()).astype('float')
|
| 185 |
+
if len(data_locs_in) == 0:
|
| 186 |
+
break
|
| 187 |
+
data_locs.append(data_locs_in)
|
| 188 |
+
data.append(np.array(
|
| 189 |
+
[f.readline().split() for i in range(num_gates)]).astype('float'))
|
| 190 |
+
except:
|
| 191 |
+
break
|
| 192 |
+
data = np.array(data)
|
| 193 |
+
data_locs = np.array(data_locs)
|
| 194 |
+
|
| 195 |
+
return cls(
|
| 196 |
+
fname=fname,
|
| 197 |
+
system_id=system_id,
|
| 198 |
+
num_gates=num_gates,
|
| 199 |
+
gate_length=gate_length,
|
| 200 |
+
gate_pulse_length=gate_pulse_length,
|
| 201 |
+
pulses_per_ray=pulses_per_ray,
|
| 202 |
+
start_time=start_time,
|
| 203 |
+
data=data,
|
| 204 |
+
data_locs=data_locs)
|
| 205 |
+
|
| 206 |
+
# starting all these at 20 means we avoid the peak at zero distance
|
| 207 |
+
def getDistance(self):
|
| 208 |
+
return self.data[:,20:,0]*3 #multiply by 3 to get distance in m
|
| 209 |
+
|
| 210 |
+
def getDoppler(self):
|
| 211 |
+
return self.data[:,20:,1]
|
| 212 |
+
|
| 213 |
+
def getBackscatter(self):
|
| 214 |
+
return self.data[:,20:,2]
|
| 215 |
+
|
| 216 |
+
def getBeta(self):
|
| 217 |
+
return self.data[:,20:,3]
|
| 218 |
+
|
| 219 |
+
|
| 220 |
+
def project_lidar_to_right(lidar_to_right_cam, right_intrinsic, azi, elev, depth):
|
| 221 |
+
# Convert from azi, elev, depth to lidar xyz
|
| 222 |
+
azi = -azi + 270
|
| 223 |
+
x = depth * np.cos(elev * np.pi / 180) * np.cos(azi * np.pi / 180)
|
| 224 |
+
z = depth * np.cos(elev * np.pi / 180) * np.sin(azi * np.pi / 180)
|
| 225 |
+
y = -depth * np.sin(elev * np.pi / 180)
|
| 226 |
+
|
| 227 |
+
lidar_xyz = np.stack((x, y, z), axis=0)
|
| 228 |
+
|
| 229 |
+
# Go from lidar coordinate system to right camera coordinate system
|
| 230 |
+
desired_shape = list(lidar_xyz.shape)
|
| 231 |
+
desired_shape[0] = 1
|
| 232 |
+
cam_xyz = lidar_to_right_cam @ np.concatenate((lidar_xyz, np.ones(desired_shape)), axis=0)
|
| 233 |
+
|
| 234 |
+
# Note: here you can also use the left_to_right_pose to project onto the left camera
|
| 235 |
+
|
| 236 |
+
# Project onto right camera
|
| 237 |
+
projected_lidar = cam_xyz[:3] / cam_xyz[2]
|
| 238 |
+
projected_lidar = right_intrinsic @ projected_lidar
|
| 239 |
+
projected_lidar = projected_lidar[:2]
|
| 240 |
+
|
| 241 |
+
# Get depth
|
| 242 |
+
right_cam_depth = np.sqrt(np.sum(cam_xyz ** 2, axis=0))
|
| 243 |
+
|
| 244 |
+
return projected_lidar, right_cam_depth
|
| 245 |
+
|
| 246 |
+
def findCloud_in_backscatter(backscatter, dist_thresh=300):
|
| 247 |
+
if np.max(backscatter) > 10:
|
| 248 |
+
# Building reflection
|
| 249 |
+
return (None, None)
|
| 250 |
+
|
| 251 |
+
cloud = np.argmax(backscatter[dist_thresh:])
|
| 252 |
+
if backscatter[cloud+dist_thresh] - np.median(backscatter[dist_thresh:]) > 0.03:
|
| 253 |
+
# Found cloud
|
| 254 |
+
return cloud+dist_thresh, (cloud+dist_thresh+20)*3 #cloud index, cloud distance
|
| 255 |
+
else:
|
| 256 |
+
# No cloud found
|
| 257 |
+
return (None, None)
|
| 258 |
+
|
| 259 |
+
##############################################################
|
| 260 |
+
|
| 261 |
+
|
| 262 |
+
|
| 263 |
+
if __name__ == "__main__":
|
| 264 |
+
left_image, right_image, lidar_points = main()
|
synthetic_dataset/read_data.py
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
from PIL import Image
|
| 2 |
+
import numpy as np
|
| 3 |
+
import cv2
|
| 4 |
+
import json
|
| 5 |
+
|
| 6 |
+
# Choose split (train/test)
|
| 7 |
+
split = "train"
|
| 8 |
+
|
| 9 |
+
# Choose sample number
|
| 10 |
+
sample = 123
|
| 11 |
+
|
| 12 |
+
# ------ Camera Parameters ------ #
|
| 13 |
+
def get_camera_intrinsics(fov_degrees, resolution):
|
| 14 |
+
fov_rads = fov_degrees * np.pi / 180
|
| 15 |
+
left_focal_length = resolution / (np.tan(fov_rads / 2) * 2)
|
| 16 |
+
right_focal_length = resolution / (np.tan(fov_rads / 2) * 2)
|
| 17 |
+
|
| 18 |
+
left_intrinsic = np.array([[left_focal_length, 0.000000000000000000e+00, 256],
|
| 19 |
+
[0.000000000000000000e+00,left_focal_length, 256],
|
| 20 |
+
[0.000000000000000000e+00,0.000000000000000000e+00,1.000000000000000000e+00]])
|
| 21 |
+
|
| 22 |
+
right_intrinsic = np.array([[right_focal_length, 0.000000000000000000e+00, 256],
|
| 23 |
+
[0.000000000000000000e+00,right_focal_length, 256],
|
| 24 |
+
[0.000000000000000000e+00,0.000000000000000000e+00,1.000000000000000000e+00]])
|
| 25 |
+
|
| 26 |
+
return left_intrinsic, right_intrinsic
|
| 27 |
+
|
| 28 |
+
with open(f'{split}.json', 'r') as fp:
|
| 29 |
+
meta = json.load(fp)
|
| 30 |
+
|
| 31 |
+
h, w = meta['h'], meta['w']
|
| 32 |
+
curr_frame = meta['frames'][sample]
|
| 33 |
+
fov_degrees = curr_frame['fov_x_y']
|
| 34 |
+
|
| 35 |
+
left_intrinsic, right_intrinsic = get_camera_intrinsics(fov_degrees, h)
|
| 36 |
+
|
| 37 |
+
# ---------- Load Data --------- #
|
| 38 |
+
left_img = np.array(Image.open(curr_frame['left_image_path']))
|
| 39 |
+
right_img = np.array(Image.open(curr_frame['right_image_path']))
|
| 40 |
+
disparity = cv2.imread(curr_frame['disparity_path'], cv2.IMREAD_UNCHANGED | cv2.IMREAD_ANYDEPTH)
|
| 41 |
+
opacity = cv2.imread(curr_frame['opacity_path'], cv2.IMREAD_UNCHANGED | cv2.IMREAD_ANYDEPTH)
|
synthetic_dataset/right_images/diag_0045.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0066.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0130.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0177.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0218.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0238.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0243.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0247.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0405.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0419.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0470.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0629.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0633.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0764.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0849.tif
ADDED
|
|
synthetic_dataset/right_images/diag_0857.tif
ADDED
|
|
synthetic_dataset/right_images/side_0044.tif
ADDED
|
|
synthetic_dataset/right_images/side_0045.tif
ADDED
|
|
synthetic_dataset/right_images/side_0130.tif
ADDED
|
|
synthetic_dataset/right_images/side_0193.tif
ADDED
|
|
synthetic_dataset/right_images/side_0216.tif
ADDED
|
|
synthetic_dataset/right_images/side_0237.tif
ADDED
|
|
synthetic_dataset/right_images/side_0565.tif
ADDED
|
|
synthetic_dataset/right_images/top_0006.tif
ADDED
|
|
synthetic_dataset/right_images/top_0059.tif
ADDED
|
|
synthetic_dataset/right_images/top_0074.tif
ADDED
|
|
synthetic_dataset/right_images/top_0173.tif
ADDED
|
|
synthetic_dataset/right_images/top_0198.tif
ADDED
|
|
synthetic_dataset/right_images/top_0237.tif
ADDED
|
|
synthetic_dataset/right_images/top_0318.tif
ADDED
|
|
synthetic_dataset/right_images/top_0341.tif
ADDED
|
|
synthetic_dataset/right_images/top_0380.tif
ADDED
|
|
synthetic_dataset/right_images/top_0454.tif
ADDED
|
|
synthetic_dataset/right_images/top_0470.tif
ADDED
|
|
synthetic_dataset/right_images/top_0540.tif
ADDED
|
|
synthetic_dataset/right_images/top_0633.tif
ADDED
|
|
synthetic_dataset/right_images/top_0634.tif
ADDED
|
|
synthetic_dataset/right_images/top_0698.tif
ADDED
|
|
synthetic_dataset/right_images/top_0699.tif
ADDED
|
|
synthetic_dataset/right_images/top_0710.tif
ADDED
|
|
synthetic_dataset/right_images/top_0724.tif
ADDED
|
|
synthetic_dataset/right_images/top_0779.tif
ADDED
|
|
synthetic_dataset/right_images/top_0783.tif
ADDED
|
|
synthetic_dataset/right_images/top_0828.tif
ADDED
|
|
synthetic_dataset/right_images/top_0921.tif
ADDED
|
|
synthetic_dataset/test.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"h": 512, "w": 512, "frames": [{"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0010.tif", "right_image_path": "./right_images/side_0010.tif", "disparity_path": "./disparities/side_0010.pfm", "opacity_path": "./opacities/side_0010.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0010.tif", "right_image_path": "./right_images/top_0010.tif", "disparity_path": "./disparities/top_0010.pfm", "opacity_path": "./opacities/top_0010.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0010.tif", "right_image_path": "./right_images/diag_0010.tif", "disparity_path": "./disparities/diag_0010.pfm", "opacity_path": "./opacities/diag_0010.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0020.tif", "right_image_path": "./right_images/side_0020.tif", "disparity_path": "./disparities/side_0020.pfm", "opacity_path": "./opacities/side_0020.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0020.tif", "right_image_path": "./right_images/top_0020.tif", "disparity_path": "./disparities/top_0020.pfm", "opacity_path": "./opacities/top_0020.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0020.tif", "right_image_path": "./right_images/diag_0020.tif", "disparity_path": "./disparities/diag_0020.pfm", "opacity_path": "./opacities/diag_0020.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0030.tif", "right_image_path": "./right_images/side_0030.tif", "disparity_path": "./disparities/side_0030.pfm", "opacity_path": "./opacities/side_0030.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0030.tif", "right_image_path": "./right_images/top_0030.tif", "disparity_path": "./disparities/top_0030.pfm", "opacity_path": "./opacities/top_0030.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0030.tif", "right_image_path": "./right_images/diag_0030.tif", "disparity_path": "./disparities/diag_0030.pfm", "opacity_path": "./opacities/diag_0030.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0040.tif", "right_image_path": "./right_images/side_0040.tif", "disparity_path": "./disparities/side_0040.pfm", "opacity_path": "./opacities/side_0040.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0040.tif", "right_image_path": "./right_images/top_0040.tif", "disparity_path": "./disparities/top_0040.pfm", "opacity_path": "./opacities/top_0040.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0040.tif", "right_image_path": "./right_images/diag_0040.tif", "disparity_path": "./disparities/diag_0040.pfm", "opacity_path": "./opacities/diag_0040.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0050.tif", "right_image_path": "./right_images/side_0050.tif", "disparity_path": "./disparities/side_0050.pfm", "opacity_path": "./opacities/side_0050.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0050.tif", "right_image_path": "./right_images/top_0050.tif", "disparity_path": "./disparities/top_0050.pfm", "opacity_path": "./opacities/top_0050.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0050.tif", "right_image_path": "./right_images/diag_0050.tif", "disparity_path": "./disparities/diag_0050.pfm", "opacity_path": "./opacities/diag_0050.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0060.tif", "right_image_path": "./right_images/side_0060.tif", "disparity_path": "./disparities/side_0060.pfm", "opacity_path": "./opacities/side_0060.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0060.tif", "right_image_path": "./right_images/top_0060.tif", "disparity_path": "./disparities/top_0060.pfm", "opacity_path": "./opacities/top_0060.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0060.tif", "right_image_path": "./right_images/diag_0060.tif", "disparity_path": "./disparities/diag_0060.pfm", "opacity_path": "./opacities/diag_0060.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0070.tif", "right_image_path": "./right_images/side_0070.tif", "disparity_path": "./disparities/side_0070.pfm", "opacity_path": "./opacities/side_0070.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0070.tif", "right_image_path": "./right_images/top_0070.tif", "disparity_path": "./disparities/top_0070.pfm", "opacity_path": "./opacities/top_0070.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0070.tif", "right_image_path": "./right_images/diag_0070.tif", "disparity_path": "./disparities/diag_0070.pfm", "opacity_path": "./opacities/diag_0070.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0080.tif", "right_image_path": "./right_images/side_0080.tif", "disparity_path": "./disparities/side_0080.pfm", "opacity_path": "./opacities/side_0080.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0080.tif", "right_image_path": "./right_images/top_0080.tif", "disparity_path": "./disparities/top_0080.pfm", "opacity_path": "./opacities/top_0080.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0080.tif", "right_image_path": "./right_images/diag_0080.tif", "disparity_path": "./disparities/diag_0080.pfm", "opacity_path": "./opacities/diag_0080.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0090.tif", "right_image_path": "./right_images/side_0090.tif", "disparity_path": "./disparities/side_0090.pfm", "opacity_path": "./opacities/side_0090.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0090.tif", "right_image_path": "./right_images/top_0090.tif", "disparity_path": "./disparities/top_0090.pfm", "opacity_path": "./opacities/top_0090.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0090.tif", "right_image_path": "./right_images/diag_0090.tif", "disparity_path": "./disparities/diag_0090.pfm", "opacity_path": "./opacities/diag_0090.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0100.tif", "right_image_path": "./right_images/side_0100.tif", "disparity_path": "./disparities/side_0100.pfm", "opacity_path": "./opacities/side_0100.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0100.tif", "right_image_path": "./right_images/top_0100.tif", "disparity_path": "./disparities/top_0100.pfm", "opacity_path": "./opacities/top_0100.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0100.tif", "right_image_path": "./right_images/diag_0100.tif", "disparity_path": "./disparities/diag_0100.pfm", "opacity_path": "./opacities/diag_0100.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0110.tif", "right_image_path": "./right_images/side_0110.tif", "disparity_path": "./disparities/side_0110.pfm", "opacity_path": "./opacities/side_0110.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0110.tif", "right_image_path": "./right_images/top_0110.tif", "disparity_path": "./disparities/top_0110.pfm", "opacity_path": "./opacities/top_0110.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0110.tif", "right_image_path": "./right_images/diag_0110.tif", "disparity_path": "./disparities/diag_0110.pfm", "opacity_path": "./opacities/diag_0110.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0120.tif", "right_image_path": "./right_images/side_0120.tif", "disparity_path": "./disparities/side_0120.pfm", "opacity_path": "./opacities/side_0120.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0120.tif", "right_image_path": "./right_images/top_0120.tif", "disparity_path": "./disparities/top_0120.pfm", "opacity_path": "./opacities/top_0120.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0120.tif", "right_image_path": "./right_images/diag_0120.tif", "disparity_path": "./disparities/diag_0120.pfm", "opacity_path": "./opacities/diag_0120.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0130.tif", "right_image_path": "./right_images/side_0130.tif", "disparity_path": "./disparities/side_0130.pfm", "opacity_path": "./opacities/side_0130.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0130.tif", "right_image_path": "./right_images/top_0130.tif", "disparity_path": "./disparities/top_0130.pfm", "opacity_path": "./opacities/top_0130.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0130.tif", "right_image_path": "./right_images/diag_0130.tif", "disparity_path": "./disparities/diag_0130.pfm", "opacity_path": "./opacities/diag_0130.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0140.tif", "right_image_path": "./right_images/side_0140.tif", "disparity_path": "./disparities/side_0140.pfm", "opacity_path": "./opacities/side_0140.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0140.tif", "right_image_path": "./right_images/top_0140.tif", "disparity_path": "./disparities/top_0140.pfm", "opacity_path": "./opacities/top_0140.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0140.tif", "right_image_path": "./right_images/diag_0140.tif", "disparity_path": "./disparities/diag_0140.pfm", "opacity_path": "./opacities/diag_0140.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0150.tif", "right_image_path": "./right_images/side_0150.tif", "disparity_path": "./disparities/side_0150.pfm", "opacity_path": "./opacities/side_0150.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0150.tif", "right_image_path": "./right_images/top_0150.tif", "disparity_path": "./disparities/top_0150.pfm", "opacity_path": "./opacities/top_0150.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0150.tif", "right_image_path": "./right_images/diag_0150.tif", "disparity_path": "./disparities/diag_0150.pfm", "opacity_path": "./opacities/diag_0150.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0160.tif", "right_image_path": "./right_images/side_0160.tif", "disparity_path": "./disparities/side_0160.pfm", "opacity_path": "./opacities/side_0160.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0160.tif", "right_image_path": "./right_images/top_0160.tif", "disparity_path": "./disparities/top_0160.pfm", "opacity_path": "./opacities/top_0160.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0160.tif", "right_image_path": "./right_images/diag_0160.tif", "disparity_path": "./disparities/diag_0160.pfm", "opacity_path": "./opacities/diag_0160.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0170.tif", "right_image_path": "./right_images/side_0170.tif", "disparity_path": "./disparities/side_0170.pfm", "opacity_path": "./opacities/side_0170.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0170.tif", "right_image_path": "./right_images/top_0170.tif", "disparity_path": "./disparities/top_0170.pfm", "opacity_path": "./opacities/top_0170.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0170.tif", "right_image_path": "./right_images/diag_0170.tif", "disparity_path": "./disparities/diag_0170.pfm", "opacity_path": "./opacities/diag_0170.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0180.tif", "right_image_path": "./right_images/side_0180.tif", "disparity_path": "./disparities/side_0180.pfm", "opacity_path": "./opacities/side_0180.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0180.tif", "right_image_path": "./right_images/top_0180.tif", "disparity_path": "./disparities/top_0180.pfm", "opacity_path": "./opacities/top_0180.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0180.tif", "right_image_path": "./right_images/diag_0180.tif", "disparity_path": "./disparities/diag_0180.pfm", "opacity_path": "./opacities/diag_0180.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0190.tif", "right_image_path": "./right_images/side_0190.tif", "disparity_path": "./disparities/side_0190.pfm", "opacity_path": "./opacities/side_0190.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0190.tif", "right_image_path": "./right_images/top_0190.tif", "disparity_path": "./disparities/top_0190.pfm", "opacity_path": "./opacities/top_0190.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0190.tif", "right_image_path": "./right_images/diag_0190.tif", "disparity_path": "./disparities/diag_0190.pfm", "opacity_path": "./opacities/diag_0190.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0200.tif", "right_image_path": "./right_images/side_0200.tif", "disparity_path": "./disparities/side_0200.pfm", "opacity_path": "./opacities/side_0200.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0200.tif", "right_image_path": "./right_images/top_0200.tif", "disparity_path": "./disparities/top_0200.pfm", "opacity_path": "./opacities/top_0200.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0200.tif", "right_image_path": "./right_images/diag_0200.tif", "disparity_path": "./disparities/diag_0200.pfm", "opacity_path": "./opacities/diag_0200.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0210.tif", "right_image_path": "./right_images/side_0210.tif", "disparity_path": "./disparities/side_0210.pfm", "opacity_path": "./opacities/side_0210.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0210.tif", "right_image_path": "./right_images/top_0210.tif", "disparity_path": "./disparities/top_0210.pfm", "opacity_path": "./opacities/top_0210.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0210.tif", "right_image_path": "./right_images/diag_0210.tif", "disparity_path": "./disparities/diag_0210.pfm", "opacity_path": "./opacities/diag_0210.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0220.tif", "right_image_path": "./right_images/side_0220.tif", "disparity_path": "./disparities/side_0220.pfm", "opacity_path": "./opacities/side_0220.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0220.tif", "right_image_path": "./right_images/top_0220.tif", "disparity_path": "./disparities/top_0220.pfm", "opacity_path": "./opacities/top_0220.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0220.tif", "right_image_path": "./right_images/diag_0220.tif", "disparity_path": "./disparities/diag_0220.pfm", "opacity_path": "./opacities/diag_0220.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0230.tif", "right_image_path": "./right_images/side_0230.tif", "disparity_path": "./disparities/side_0230.pfm", "opacity_path": "./opacities/side_0230.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0230.tif", "right_image_path": "./right_images/top_0230.tif", "disparity_path": "./disparities/top_0230.pfm", "opacity_path": "./opacities/top_0230.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0230.tif", "right_image_path": "./right_images/diag_0230.tif", "disparity_path": "./disparities/diag_0230.pfm", "opacity_path": "./opacities/diag_0230.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0240.tif", "right_image_path": "./right_images/side_0240.tif", "disparity_path": "./disparities/side_0240.pfm", "opacity_path": "./opacities/side_0240.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0240.tif", "right_image_path": "./right_images/top_0240.tif", "disparity_path": "./disparities/top_0240.pfm", "opacity_path": "./opacities/top_0240.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0240.tif", "right_image_path": "./right_images/diag_0240.tif", "disparity_path": "./disparities/diag_0240.pfm", "opacity_path": "./opacities/diag_0240.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0250.tif", "right_image_path": "./right_images/side_0250.tif", "disparity_path": "./disparities/side_0250.pfm", "opacity_path": "./opacities/side_0250.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0250.tif", "right_image_path": "./right_images/top_0250.tif", "disparity_path": "./disparities/top_0250.pfm", "opacity_path": "./opacities/top_0250.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0250.tif", "right_image_path": "./right_images/diag_0250.tif", "disparity_path": "./disparities/diag_0250.pfm", "opacity_path": "./opacities/diag_0250.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0260.tif", "right_image_path": "./right_images/side_0260.tif", "disparity_path": "./disparities/side_0260.pfm", "opacity_path": "./opacities/side_0260.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0260.tif", "right_image_path": "./right_images/top_0260.tif", "disparity_path": "./disparities/top_0260.pfm", "opacity_path": "./opacities/top_0260.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0260.tif", "right_image_path": "./right_images/diag_0260.tif", "disparity_path": "./disparities/diag_0260.pfm", "opacity_path": "./opacities/diag_0260.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0270.tif", "right_image_path": "./right_images/side_0270.tif", "disparity_path": "./disparities/side_0270.pfm", "opacity_path": "./opacities/side_0270.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0270.tif", "right_image_path": "./right_images/top_0270.tif", "disparity_path": "./disparities/top_0270.pfm", "opacity_path": "./opacities/top_0270.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0270.tif", "right_image_path": "./right_images/diag_0270.tif", "disparity_path": "./disparities/diag_0270.pfm", "opacity_path": "./opacities/diag_0270.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0280.tif", "right_image_path": "./right_images/side_0280.tif", "disparity_path": "./disparities/side_0280.pfm", "opacity_path": "./opacities/side_0280.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0280.tif", "right_image_path": "./right_images/top_0280.tif", "disparity_path": "./disparities/top_0280.pfm", "opacity_path": "./opacities/top_0280.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0280.tif", "right_image_path": "./right_images/diag_0280.tif", "disparity_path": "./disparities/diag_0280.pfm", "opacity_path": "./opacities/diag_0280.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0290.tif", "right_image_path": "./right_images/side_0290.tif", "disparity_path": "./disparities/side_0290.pfm", "opacity_path": "./opacities/side_0290.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0290.tif", "right_image_path": "./right_images/top_0290.tif", "disparity_path": "./disparities/top_0290.pfm", "opacity_path": "./opacities/top_0290.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0290.tif", "right_image_path": "./right_images/diag_0290.tif", "disparity_path": "./disparities/diag_0290.pfm", "opacity_path": "./opacities/diag_0290.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0300.tif", "right_image_path": "./right_images/side_0300.tif", "disparity_path": "./disparities/side_0300.pfm", "opacity_path": "./opacities/side_0300.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0300.tif", "right_image_path": "./right_images/top_0300.tif", "disparity_path": "./disparities/top_0300.pfm", "opacity_path": "./opacities/top_0300.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0300.tif", "right_image_path": "./right_images/diag_0300.tif", "disparity_path": "./disparities/diag_0300.pfm", "opacity_path": "./opacities/diag_0300.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0310.tif", "right_image_path": "./right_images/side_0310.tif", "disparity_path": "./disparities/side_0310.pfm", "opacity_path": "./opacities/side_0310.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0310.tif", "right_image_path": "./right_images/top_0310.tif", "disparity_path": "./disparities/top_0310.pfm", "opacity_path": "./opacities/top_0310.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0310.tif", "right_image_path": "./right_images/diag_0310.tif", "disparity_path": "./disparities/diag_0310.pfm", "opacity_path": "./opacities/diag_0310.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0320.tif", "right_image_path": "./right_images/side_0320.tif", "disparity_path": "./disparities/side_0320.pfm", "opacity_path": "./opacities/side_0320.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0320.tif", "right_image_path": "./right_images/top_0320.tif", "disparity_path": "./disparities/top_0320.pfm", "opacity_path": "./opacities/top_0320.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0320.tif", "right_image_path": "./right_images/diag_0320.tif", "disparity_path": "./disparities/diag_0320.pfm", "opacity_path": "./opacities/diag_0320.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0330.tif", "right_image_path": "./right_images/side_0330.tif", "disparity_path": "./disparities/side_0330.pfm", "opacity_path": "./opacities/side_0330.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0330.tif", "right_image_path": "./right_images/top_0330.tif", "disparity_path": "./disparities/top_0330.pfm", "opacity_path": "./opacities/top_0330.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0330.tif", "right_image_path": "./right_images/diag_0330.tif", "disparity_path": "./disparities/diag_0330.pfm", "opacity_path": "./opacities/diag_0330.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0340.tif", "right_image_path": "./right_images/side_0340.tif", "disparity_path": "./disparities/side_0340.pfm", "opacity_path": "./opacities/side_0340.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0340.tif", "right_image_path": "./right_images/top_0340.tif", "disparity_path": "./disparities/top_0340.pfm", "opacity_path": "./opacities/top_0340.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0340.tif", "right_image_path": "./right_images/diag_0340.tif", "disparity_path": "./disparities/diag_0340.pfm", "opacity_path": "./opacities/diag_0340.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0350.tif", "right_image_path": "./right_images/side_0350.tif", "disparity_path": "./disparities/side_0350.pfm", "opacity_path": "./opacities/side_0350.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0350.tif", "right_image_path": "./right_images/top_0350.tif", "disparity_path": "./disparities/top_0350.pfm", "opacity_path": "./opacities/top_0350.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0350.tif", "right_image_path": "./right_images/diag_0350.tif", "disparity_path": "./disparities/diag_0350.pfm", "opacity_path": "./opacities/diag_0350.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0360.tif", "right_image_path": "./right_images/side_0360.tif", "disparity_path": "./disparities/side_0360.pfm", "opacity_path": "./opacities/side_0360.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0360.tif", "right_image_path": "./right_images/top_0360.tif", "disparity_path": "./disparities/top_0360.pfm", "opacity_path": "./opacities/top_0360.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0360.tif", "right_image_path": "./right_images/diag_0360.tif", "disparity_path": "./disparities/diag_0360.pfm", "opacity_path": "./opacities/diag_0360.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0370.tif", "right_image_path": "./right_images/side_0370.tif", "disparity_path": "./disparities/side_0370.pfm", "opacity_path": "./opacities/side_0370.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0370.tif", "right_image_path": "./right_images/top_0370.tif", "disparity_path": "./disparities/top_0370.pfm", "opacity_path": "./opacities/top_0370.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0370.tif", "right_image_path": "./right_images/diag_0370.tif", "disparity_path": "./disparities/diag_0370.pfm", "opacity_path": "./opacities/diag_0370.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0380.tif", "right_image_path": "./right_images/side_0380.tif", "disparity_path": "./disparities/side_0380.pfm", "opacity_path": "./opacities/side_0380.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0380.tif", "right_image_path": "./right_images/top_0380.tif", "disparity_path": "./disparities/top_0380.pfm", "opacity_path": "./opacities/top_0380.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0380.tif", "right_image_path": "./right_images/diag_0380.tif", "disparity_path": "./disparities/diag_0380.pfm", "opacity_path": "./opacities/diag_0380.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0390.tif", "right_image_path": "./right_images/side_0390.tif", "disparity_path": "./disparities/side_0390.pfm", "opacity_path": "./opacities/side_0390.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0390.tif", "right_image_path": "./right_images/top_0390.tif", "disparity_path": "./disparities/top_0390.pfm", "opacity_path": "./opacities/top_0390.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0390.tif", "right_image_path": "./right_images/diag_0390.tif", "disparity_path": "./disparities/diag_0390.pfm", "opacity_path": "./opacities/diag_0390.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0400.tif", "right_image_path": "./right_images/side_0400.tif", "disparity_path": "./disparities/side_0400.pfm", "opacity_path": "./opacities/side_0400.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0400.tif", "right_image_path": "./right_images/top_0400.tif", "disparity_path": "./disparities/top_0400.pfm", "opacity_path": "./opacities/top_0400.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0400.tif", "right_image_path": "./right_images/diag_0400.tif", "disparity_path": "./disparities/diag_0400.pfm", "opacity_path": "./opacities/diag_0400.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0410.tif", "right_image_path": "./right_images/side_0410.tif", "disparity_path": "./disparities/side_0410.pfm", "opacity_path": "./opacities/side_0410.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0410.tif", "right_image_path": "./right_images/top_0410.tif", "disparity_path": "./disparities/top_0410.pfm", "opacity_path": "./opacities/top_0410.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0410.tif", "right_image_path": "./right_images/diag_0410.tif", "disparity_path": "./disparities/diag_0410.pfm", "opacity_path": "./opacities/diag_0410.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0420.tif", "right_image_path": "./right_images/side_0420.tif", "disparity_path": "./disparities/side_0420.pfm", "opacity_path": "./opacities/side_0420.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0420.tif", "right_image_path": "./right_images/top_0420.tif", "disparity_path": "./disparities/top_0420.pfm", "opacity_path": "./opacities/top_0420.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0420.tif", "right_image_path": "./right_images/diag_0420.tif", "disparity_path": "./disparities/diag_0420.pfm", "opacity_path": "./opacities/diag_0420.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0430.tif", "right_image_path": "./right_images/side_0430.tif", "disparity_path": "./disparities/side_0430.pfm", "opacity_path": "./opacities/side_0430.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0430.tif", "right_image_path": "./right_images/top_0430.tif", "disparity_path": "./disparities/top_0430.pfm", "opacity_path": "./opacities/top_0430.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0430.tif", "right_image_path": "./right_images/diag_0430.tif", "disparity_path": "./disparities/diag_0430.pfm", "opacity_path": "./opacities/diag_0430.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0440.tif", "right_image_path": "./right_images/side_0440.tif", "disparity_path": "./disparities/side_0440.pfm", "opacity_path": "./opacities/side_0440.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0440.tif", "right_image_path": "./right_images/top_0440.tif", "disparity_path": "./disparities/top_0440.pfm", "opacity_path": "./opacities/top_0440.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0440.tif", "right_image_path": "./right_images/diag_0440.tif", "disparity_path": "./disparities/diag_0440.pfm", "opacity_path": "./opacities/diag_0440.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0450.tif", "right_image_path": "./right_images/side_0450.tif", "disparity_path": "./disparities/side_0450.pfm", "opacity_path": "./opacities/side_0450.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0450.tif", "right_image_path": "./right_images/top_0450.tif", "disparity_path": "./disparities/top_0450.pfm", "opacity_path": "./opacities/top_0450.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0450.tif", "right_image_path": "./right_images/diag_0450.tif", "disparity_path": "./disparities/diag_0450.pfm", "opacity_path": "./opacities/diag_0450.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0460.tif", "right_image_path": "./right_images/side_0460.tif", "disparity_path": "./disparities/side_0460.pfm", "opacity_path": "./opacities/side_0460.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0460.tif", "right_image_path": "./right_images/top_0460.tif", "disparity_path": "./disparities/top_0460.pfm", "opacity_path": "./opacities/top_0460.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0460.tif", "right_image_path": "./right_images/diag_0460.tif", "disparity_path": "./disparities/diag_0460.pfm", "opacity_path": "./opacities/diag_0460.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0470.tif", "right_image_path": "./right_images/side_0470.tif", "disparity_path": "./disparities/side_0470.pfm", "opacity_path": "./opacities/side_0470.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0470.tif", "right_image_path": "./right_images/top_0470.tif", "disparity_path": "./disparities/top_0470.pfm", "opacity_path": "./opacities/top_0470.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0470.tif", "right_image_path": "./right_images/diag_0470.tif", "disparity_path": "./disparities/diag_0470.pfm", "opacity_path": "./opacities/diag_0470.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0480.tif", "right_image_path": "./right_images/side_0480.tif", "disparity_path": "./disparities/side_0480.pfm", "opacity_path": "./opacities/side_0480.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0480.tif", "right_image_path": "./right_images/top_0480.tif", "disparity_path": "./disparities/top_0480.pfm", "opacity_path": "./opacities/top_0480.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0480.tif", "right_image_path": "./right_images/diag_0480.tif", "disparity_path": "./disparities/diag_0480.pfm", "opacity_path": "./opacities/diag_0480.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0490.tif", "right_image_path": "./right_images/side_0490.tif", "disparity_path": "./disparities/side_0490.pfm", "opacity_path": "./opacities/side_0490.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0490.tif", "right_image_path": "./right_images/top_0490.tif", "disparity_path": "./disparities/top_0490.pfm", "opacity_path": "./opacities/top_0490.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0490.tif", "right_image_path": "./right_images/diag_0490.tif", "disparity_path": "./disparities/diag_0490.pfm", "opacity_path": "./opacities/diag_0490.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0500.tif", "right_image_path": "./right_images/side_0500.tif", "disparity_path": "./disparities/side_0500.pfm", "opacity_path": "./opacities/side_0500.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0500.tif", "right_image_path": "./right_images/top_0500.tif", "disparity_path": "./disparities/top_0500.pfm", "opacity_path": "./opacities/top_0500.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0500.tif", "right_image_path": "./right_images/diag_0500.tif", "disparity_path": "./disparities/diag_0500.pfm", "opacity_path": "./opacities/diag_0500.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0510.tif", "right_image_path": "./right_images/side_0510.tif", "disparity_path": "./disparities/side_0510.pfm", "opacity_path": "./opacities/side_0510.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0510.tif", "right_image_path": "./right_images/top_0510.tif", "disparity_path": "./disparities/top_0510.pfm", "opacity_path": "./opacities/top_0510.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0510.tif", "right_image_path": "./right_images/diag_0510.tif", "disparity_path": "./disparities/diag_0510.pfm", "opacity_path": "./opacities/diag_0510.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0520.tif", "right_image_path": "./right_images/side_0520.tif", "disparity_path": "./disparities/side_0520.pfm", "opacity_path": "./opacities/side_0520.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0520.tif", "right_image_path": "./right_images/top_0520.tif", "disparity_path": "./disparities/top_0520.pfm", "opacity_path": "./opacities/top_0520.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0520.tif", "right_image_path": "./right_images/diag_0520.tif", "disparity_path": "./disparities/diag_0520.pfm", "opacity_path": "./opacities/diag_0520.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0530.tif", "right_image_path": "./right_images/side_0530.tif", "disparity_path": "./disparities/side_0530.pfm", "opacity_path": "./opacities/side_0530.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0530.tif", "right_image_path": "./right_images/top_0530.tif", "disparity_path": "./disparities/top_0530.pfm", "opacity_path": "./opacities/top_0530.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0530.tif", "right_image_path": "./right_images/diag_0530.tif", "disparity_path": "./disparities/diag_0530.pfm", "opacity_path": "./opacities/diag_0530.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0540.tif", "right_image_path": "./right_images/side_0540.tif", "disparity_path": "./disparities/side_0540.pfm", "opacity_path": "./opacities/side_0540.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0540.tif", "right_image_path": "./right_images/top_0540.tif", "disparity_path": "./disparities/top_0540.pfm", "opacity_path": "./opacities/top_0540.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0540.tif", "right_image_path": "./right_images/diag_0540.tif", "disparity_path": "./disparities/diag_0540.pfm", "opacity_path": "./opacities/diag_0540.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0550.tif", "right_image_path": "./right_images/side_0550.tif", "disparity_path": "./disparities/side_0550.pfm", "opacity_path": "./opacities/side_0550.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0550.tif", "right_image_path": "./right_images/top_0550.tif", "disparity_path": "./disparities/top_0550.pfm", "opacity_path": "./opacities/top_0550.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0550.tif", "right_image_path": "./right_images/diag_0550.tif", "disparity_path": "./disparities/diag_0550.pfm", "opacity_path": "./opacities/diag_0550.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0560.tif", "right_image_path": "./right_images/side_0560.tif", "disparity_path": "./disparities/side_0560.pfm", "opacity_path": "./opacities/side_0560.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0560.tif", "right_image_path": "./right_images/top_0560.tif", "disparity_path": "./disparities/top_0560.pfm", "opacity_path": "./opacities/top_0560.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0560.tif", "right_image_path": "./right_images/diag_0560.tif", "disparity_path": "./disparities/diag_0560.pfm", "opacity_path": "./opacities/diag_0560.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0570.tif", "right_image_path": "./right_images/side_0570.tif", "disparity_path": "./disparities/side_0570.pfm", "opacity_path": "./opacities/side_0570.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0570.tif", "right_image_path": "./right_images/top_0570.tif", "disparity_path": "./disparities/top_0570.pfm", "opacity_path": "./opacities/top_0570.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0570.tif", "right_image_path": "./right_images/diag_0570.tif", "disparity_path": "./disparities/diag_0570.pfm", "opacity_path": "./opacities/diag_0570.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0580.tif", "right_image_path": "./right_images/side_0580.tif", "disparity_path": "./disparities/side_0580.pfm", "opacity_path": "./opacities/side_0580.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0580.tif", "right_image_path": "./right_images/top_0580.tif", "disparity_path": "./disparities/top_0580.pfm", "opacity_path": "./opacities/top_0580.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0580.tif", "right_image_path": "./right_images/diag_0580.tif", "disparity_path": "./disparities/diag_0580.pfm", "opacity_path": "./opacities/diag_0580.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0590.tif", "right_image_path": "./right_images/side_0590.tif", "disparity_path": "./disparities/side_0590.pfm", "opacity_path": "./opacities/side_0590.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0590.tif", "right_image_path": "./right_images/top_0590.tif", "disparity_path": "./disparities/top_0590.pfm", "opacity_path": "./opacities/top_0590.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0590.tif", "right_image_path": "./right_images/diag_0590.tif", "disparity_path": "./disparities/diag_0590.pfm", "opacity_path": "./opacities/diag_0590.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0600.tif", "right_image_path": "./right_images/side_0600.tif", "disparity_path": "./disparities/side_0600.pfm", "opacity_path": "./opacities/side_0600.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0600.tif", "right_image_path": "./right_images/top_0600.tif", "disparity_path": "./disparities/top_0600.pfm", "opacity_path": "./opacities/top_0600.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0600.tif", "right_image_path": "./right_images/diag_0600.tif", "disparity_path": "./disparities/diag_0600.pfm", "opacity_path": "./opacities/diag_0600.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0610.tif", "right_image_path": "./right_images/side_0610.tif", "disparity_path": "./disparities/side_0610.pfm", "opacity_path": "./opacities/side_0610.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0610.tif", "right_image_path": "./right_images/top_0610.tif", "disparity_path": "./disparities/top_0610.pfm", "opacity_path": "./opacities/top_0610.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0610.tif", "right_image_path": "./right_images/diag_0610.tif", "disparity_path": "./disparities/diag_0610.pfm", "opacity_path": "./opacities/diag_0610.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0620.tif", "right_image_path": "./right_images/side_0620.tif", "disparity_path": "./disparities/side_0620.pfm", "opacity_path": "./opacities/side_0620.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0620.tif", "right_image_path": "./right_images/top_0620.tif", "disparity_path": "./disparities/top_0620.pfm", "opacity_path": "./opacities/top_0620.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0620.tif", "right_image_path": "./right_images/diag_0620.tif", "disparity_path": "./disparities/diag_0620.pfm", "opacity_path": "./opacities/diag_0620.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0630.tif", "right_image_path": "./right_images/side_0630.tif", "disparity_path": "./disparities/side_0630.pfm", "opacity_path": "./opacities/side_0630.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0630.tif", "right_image_path": "./right_images/top_0630.tif", "disparity_path": "./disparities/top_0630.pfm", "opacity_path": "./opacities/top_0630.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0630.tif", "right_image_path": "./right_images/diag_0630.tif", "disparity_path": "./disparities/diag_0630.pfm", "opacity_path": "./opacities/diag_0630.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0640.tif", "right_image_path": "./right_images/side_0640.tif", "disparity_path": "./disparities/side_0640.pfm", "opacity_path": "./opacities/side_0640.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0640.tif", "right_image_path": "./right_images/top_0640.tif", "disparity_path": "./disparities/top_0640.pfm", "opacity_path": "./opacities/top_0640.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0640.tif", "right_image_path": "./right_images/diag_0640.tif", "disparity_path": "./disparities/diag_0640.pfm", "opacity_path": "./opacities/diag_0640.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0650.tif", "right_image_path": "./right_images/side_0650.tif", "disparity_path": "./disparities/side_0650.pfm", "opacity_path": "./opacities/side_0650.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0650.tif", "right_image_path": "./right_images/top_0650.tif", "disparity_path": "./disparities/top_0650.pfm", "opacity_path": "./opacities/top_0650.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0650.tif", "right_image_path": "./right_images/diag_0650.tif", "disparity_path": "./disparities/diag_0650.pfm", "opacity_path": "./opacities/diag_0650.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0660.tif", "right_image_path": "./right_images/side_0660.tif", "disparity_path": "./disparities/side_0660.pfm", "opacity_path": "./opacities/side_0660.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0660.tif", "right_image_path": "./right_images/top_0660.tif", "disparity_path": "./disparities/top_0660.pfm", "opacity_path": "./opacities/top_0660.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0660.tif", "right_image_path": "./right_images/diag_0660.tif", "disparity_path": "./disparities/diag_0660.pfm", "opacity_path": "./opacities/diag_0660.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0670.tif", "right_image_path": "./right_images/side_0670.tif", "disparity_path": "./disparities/side_0670.pfm", "opacity_path": "./opacities/side_0670.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0670.tif", "right_image_path": "./right_images/top_0670.tif", "disparity_path": "./disparities/top_0670.pfm", "opacity_path": "./opacities/top_0670.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0670.tif", "right_image_path": "./right_images/diag_0670.tif", "disparity_path": "./disparities/diag_0670.pfm", "opacity_path": "./opacities/diag_0670.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0680.tif", "right_image_path": "./right_images/side_0680.tif", "disparity_path": "./disparities/side_0680.pfm", "opacity_path": "./opacities/side_0680.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0680.tif", "right_image_path": "./right_images/top_0680.tif", "disparity_path": "./disparities/top_0680.pfm", "opacity_path": "./opacities/top_0680.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0680.tif", "right_image_path": "./right_images/diag_0680.tif", "disparity_path": "./disparities/diag_0680.pfm", "opacity_path": "./opacities/diag_0680.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0690.tif", "right_image_path": "./right_images/side_0690.tif", "disparity_path": "./disparities/side_0690.pfm", "opacity_path": "./opacities/side_0690.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0690.tif", "right_image_path": "./right_images/top_0690.tif", "disparity_path": "./disparities/top_0690.pfm", "opacity_path": "./opacities/top_0690.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0690.tif", "right_image_path": "./right_images/diag_0690.tif", "disparity_path": "./disparities/diag_0690.pfm", "opacity_path": "./opacities/diag_0690.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0700.tif", "right_image_path": "./right_images/side_0700.tif", "disparity_path": "./disparities/side_0700.pfm", "opacity_path": "./opacities/side_0700.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0700.tif", "right_image_path": "./right_images/top_0700.tif", "disparity_path": "./disparities/top_0700.pfm", "opacity_path": "./opacities/top_0700.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0700.tif", "right_image_path": "./right_images/diag_0700.tif", "disparity_path": "./disparities/diag_0700.pfm", "opacity_path": "./opacities/diag_0700.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0710.tif", "right_image_path": "./right_images/side_0710.tif", "disparity_path": "./disparities/side_0710.pfm", "opacity_path": "./opacities/side_0710.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0710.tif", "right_image_path": "./right_images/top_0710.tif", "disparity_path": "./disparities/top_0710.pfm", "opacity_path": "./opacities/top_0710.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0710.tif", "right_image_path": "./right_images/diag_0710.tif", "disparity_path": "./disparities/diag_0710.pfm", "opacity_path": "./opacities/diag_0710.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0720.tif", "right_image_path": "./right_images/side_0720.tif", "disparity_path": "./disparities/side_0720.pfm", "opacity_path": "./opacities/side_0720.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0720.tif", "right_image_path": "./right_images/top_0720.tif", "disparity_path": "./disparities/top_0720.pfm", "opacity_path": "./opacities/top_0720.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0720.tif", "right_image_path": "./right_images/diag_0720.tif", "disparity_path": "./disparities/diag_0720.pfm", "opacity_path": "./opacities/diag_0720.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0730.tif", "right_image_path": "./right_images/side_0730.tif", "disparity_path": "./disparities/side_0730.pfm", "opacity_path": "./opacities/side_0730.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0730.tif", "right_image_path": "./right_images/top_0730.tif", "disparity_path": "./disparities/top_0730.pfm", "opacity_path": "./opacities/top_0730.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0730.tif", "right_image_path": "./right_images/diag_0730.tif", "disparity_path": "./disparities/diag_0730.pfm", "opacity_path": "./opacities/diag_0730.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0740.tif", "right_image_path": "./right_images/side_0740.tif", "disparity_path": "./disparities/side_0740.pfm", "opacity_path": "./opacities/side_0740.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0740.tif", "right_image_path": "./right_images/top_0740.tif", "disparity_path": "./disparities/top_0740.pfm", "opacity_path": "./opacities/top_0740.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0740.tif", "right_image_path": "./right_images/diag_0740.tif", "disparity_path": "./disparities/diag_0740.pfm", "opacity_path": "./opacities/diag_0740.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0750.tif", "right_image_path": "./right_images/side_0750.tif", "disparity_path": "./disparities/side_0750.pfm", "opacity_path": "./opacities/side_0750.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0750.tif", "right_image_path": "./right_images/top_0750.tif", "disparity_path": "./disparities/top_0750.pfm", "opacity_path": "./opacities/top_0750.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0750.tif", "right_image_path": "./right_images/diag_0750.tif", "disparity_path": "./disparities/diag_0750.pfm", "opacity_path": "./opacities/diag_0750.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0760.tif", "right_image_path": "./right_images/side_0760.tif", "disparity_path": "./disparities/side_0760.pfm", "opacity_path": "./opacities/side_0760.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0760.tif", "right_image_path": "./right_images/top_0760.tif", "disparity_path": "./disparities/top_0760.pfm", "opacity_path": "./opacities/top_0760.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0760.tif", "right_image_path": "./right_images/diag_0760.tif", "disparity_path": "./disparities/diag_0760.pfm", "opacity_path": "./opacities/diag_0760.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0770.tif", "right_image_path": "./right_images/side_0770.tif", "disparity_path": "./disparities/side_0770.pfm", "opacity_path": "./opacities/side_0770.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0770.tif", "right_image_path": "./right_images/top_0770.tif", "disparity_path": "./disparities/top_0770.pfm", "opacity_path": "./opacities/top_0770.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0770.tif", "right_image_path": "./right_images/diag_0770.tif", "disparity_path": "./disparities/diag_0770.pfm", "opacity_path": "./opacities/diag_0770.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0780.tif", "right_image_path": "./right_images/side_0780.tif", "disparity_path": "./disparities/side_0780.pfm", "opacity_path": "./opacities/side_0780.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0780.tif", "right_image_path": "./right_images/top_0780.tif", "disparity_path": "./disparities/top_0780.pfm", "opacity_path": "./opacities/top_0780.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0780.tif", "right_image_path": "./right_images/diag_0780.tif", "disparity_path": "./disparities/diag_0780.pfm", "opacity_path": "./opacities/diag_0780.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0790.tif", "right_image_path": "./right_images/side_0790.tif", "disparity_path": "./disparities/side_0790.pfm", "opacity_path": "./opacities/side_0790.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0790.tif", "right_image_path": "./right_images/top_0790.tif", "disparity_path": "./disparities/top_0790.pfm", "opacity_path": "./opacities/top_0790.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0790.tif", "right_image_path": "./right_images/diag_0790.tif", "disparity_path": "./disparities/diag_0790.pfm", "opacity_path": "./opacities/diag_0790.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0800.tif", "right_image_path": "./right_images/side_0800.tif", "disparity_path": "./disparities/side_0800.pfm", "opacity_path": "./opacities/side_0800.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0800.tif", "right_image_path": "./right_images/top_0800.tif", "disparity_path": "./disparities/top_0800.pfm", "opacity_path": "./opacities/top_0800.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0800.tif", "right_image_path": "./right_images/diag_0800.tif", "disparity_path": "./disparities/diag_0800.pfm", "opacity_path": "./opacities/diag_0800.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0810.tif", "right_image_path": "./right_images/side_0810.tif", "disparity_path": "./disparities/side_0810.pfm", "opacity_path": "./opacities/side_0810.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0810.tif", "right_image_path": "./right_images/top_0810.tif", "disparity_path": "./disparities/top_0810.pfm", "opacity_path": "./opacities/top_0810.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0810.tif", "right_image_path": "./right_images/diag_0810.tif", "disparity_path": "./disparities/diag_0810.pfm", "opacity_path": "./opacities/diag_0810.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0820.tif", "right_image_path": "./right_images/side_0820.tif", "disparity_path": "./disparities/side_0820.pfm", "opacity_path": "./opacities/side_0820.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0820.tif", "right_image_path": "./right_images/top_0820.tif", "disparity_path": "./disparities/top_0820.pfm", "opacity_path": "./opacities/top_0820.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0820.tif", "right_image_path": "./right_images/diag_0820.tif", "disparity_path": "./disparities/diag_0820.pfm", "opacity_path": "./opacities/diag_0820.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0830.tif", "right_image_path": "./right_images/side_0830.tif", "disparity_path": "./disparities/side_0830.pfm", "opacity_path": "./opacities/side_0830.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0830.tif", "right_image_path": "./right_images/top_0830.tif", "disparity_path": "./disparities/top_0830.pfm", "opacity_path": "./opacities/top_0830.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0830.tif", "right_image_path": "./right_images/diag_0830.tif", "disparity_path": "./disparities/diag_0830.pfm", "opacity_path": "./opacities/diag_0830.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0840.tif", "right_image_path": "./right_images/side_0840.tif", "disparity_path": "./disparities/side_0840.pfm", "opacity_path": "./opacities/side_0840.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0840.tif", "right_image_path": "./right_images/top_0840.tif", "disparity_path": "./disparities/top_0840.pfm", "opacity_path": "./opacities/top_0840.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0840.tif", "right_image_path": "./right_images/diag_0840.tif", "disparity_path": "./disparities/diag_0840.pfm", "opacity_path": "./opacities/diag_0840.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0850.tif", "right_image_path": "./right_images/side_0850.tif", "disparity_path": "./disparities/side_0850.pfm", "opacity_path": "./opacities/side_0850.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0850.tif", "right_image_path": "./right_images/top_0850.tif", "disparity_path": "./disparities/top_0850.pfm", "opacity_path": "./opacities/top_0850.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0850.tif", "right_image_path": "./right_images/diag_0850.tif", "disparity_path": "./disparities/diag_0850.pfm", "opacity_path": "./opacities/diag_0850.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0860.tif", "right_image_path": "./right_images/side_0860.tif", "disparity_path": "./disparities/side_0860.pfm", "opacity_path": "./opacities/side_0860.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0860.tif", "right_image_path": "./right_images/top_0860.tif", "disparity_path": "./disparities/top_0860.pfm", "opacity_path": "./opacities/top_0860.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0860.tif", "right_image_path": "./right_images/diag_0860.tif", "disparity_path": "./disparities/diag_0860.pfm", "opacity_path": "./opacities/diag_0860.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0870.tif", "right_image_path": "./right_images/side_0870.tif", "disparity_path": "./disparities/side_0870.pfm", "opacity_path": "./opacities/side_0870.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0870.tif", "right_image_path": "./right_images/top_0870.tif", "disparity_path": "./disparities/top_0870.pfm", "opacity_path": "./opacities/top_0870.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0870.tif", "right_image_path": "./right_images/diag_0870.tif", "disparity_path": "./disparities/diag_0870.pfm", "opacity_path": "./opacities/diag_0870.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0880.tif", "right_image_path": "./right_images/side_0880.tif", "disparity_path": "./disparities/side_0880.pfm", "opacity_path": "./opacities/side_0880.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0880.tif", "right_image_path": "./right_images/top_0880.tif", "disparity_path": "./disparities/top_0880.pfm", "opacity_path": "./opacities/top_0880.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0880.tif", "right_image_path": "./right_images/diag_0880.tif", "disparity_path": "./disparities/diag_0880.pfm", "opacity_path": "./opacities/diag_0880.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0890.tif", "right_image_path": "./right_images/side_0890.tif", "disparity_path": "./disparities/side_0890.pfm", "opacity_path": "./opacities/side_0890.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0890.tif", "right_image_path": "./right_images/top_0890.tif", "disparity_path": "./disparities/top_0890.pfm", "opacity_path": "./opacities/top_0890.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0890.tif", "right_image_path": "./right_images/diag_0890.tif", "disparity_path": "./disparities/diag_0890.pfm", "opacity_path": "./opacities/diag_0890.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0900.tif", "right_image_path": "./right_images/side_0900.tif", "disparity_path": "./disparities/side_0900.pfm", "opacity_path": "./opacities/side_0900.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0900.tif", "right_image_path": "./right_images/top_0900.tif", "disparity_path": "./disparities/top_0900.pfm", "opacity_path": "./opacities/top_0900.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0900.tif", "right_image_path": "./right_images/diag_0900.tif", "disparity_path": "./disparities/diag_0900.pfm", "opacity_path": "./opacities/diag_0900.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0910.tif", "right_image_path": "./right_images/side_0910.tif", "disparity_path": "./disparities/side_0910.pfm", "opacity_path": "./opacities/side_0910.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0910.tif", "right_image_path": "./right_images/top_0910.tif", "disparity_path": "./disparities/top_0910.pfm", "opacity_path": "./opacities/top_0910.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0910.tif", "right_image_path": "./right_images/diag_0910.tif", "disparity_path": "./disparities/diag_0910.pfm", "opacity_path": "./opacities/diag_0910.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0920.tif", "right_image_path": "./right_images/side_0920.tif", "disparity_path": "./disparities/side_0920.pfm", "opacity_path": "./opacities/side_0920.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0920.tif", "right_image_path": "./right_images/top_0920.tif", "disparity_path": "./disparities/top_0920.pfm", "opacity_path": "./opacities/top_0920.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0920.tif", "right_image_path": "./right_images/diag_0920.tif", "disparity_path": "./disparities/diag_0920.pfm", "opacity_path": "./opacities/diag_0920.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0930.tif", "right_image_path": "./right_images/side_0930.tif", "disparity_path": "./disparities/side_0930.pfm", "opacity_path": "./opacities/side_0930.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0930.tif", "right_image_path": "./right_images/top_0930.tif", "disparity_path": "./disparities/top_0930.pfm", "opacity_path": "./opacities/top_0930.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0930.tif", "right_image_path": "./right_images/diag_0930.tif", "disparity_path": "./disparities/diag_0930.pfm", "opacity_path": "./opacities/diag_0930.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0940.tif", "right_image_path": "./right_images/side_0940.tif", "disparity_path": "./disparities/side_0940.pfm", "opacity_path": "./opacities/side_0940.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0940.tif", "right_image_path": "./right_images/top_0940.tif", "disparity_path": "./disparities/top_0940.pfm", "opacity_path": "./opacities/top_0940.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0940.tif", "right_image_path": "./right_images/diag_0940.tif", "disparity_path": "./disparities/diag_0940.pfm", "opacity_path": "./opacities/diag_0940.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0950.tif", "right_image_path": "./right_images/side_0950.tif", "disparity_path": "./disparities/side_0950.pfm", "opacity_path": "./opacities/side_0950.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0950.tif", "right_image_path": "./right_images/top_0950.tif", "disparity_path": "./disparities/top_0950.pfm", "opacity_path": "./opacities/top_0950.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0950.tif", "right_image_path": "./right_images/diag_0950.tif", "disparity_path": "./disparities/diag_0950.pfm", "opacity_path": "./opacities/diag_0950.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0960.tif", "right_image_path": "./right_images/side_0960.tif", "disparity_path": "./disparities/side_0960.pfm", "opacity_path": "./opacities/side_0960.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0960.tif", "right_image_path": "./right_images/top_0960.tif", "disparity_path": "./disparities/top_0960.pfm", "opacity_path": "./opacities/top_0960.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0960.tif", "right_image_path": "./right_images/diag_0960.tif", "disparity_path": "./disparities/diag_0960.pfm", "opacity_path": "./opacities/diag_0960.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0970.tif", "right_image_path": "./right_images/side_0970.tif", "disparity_path": "./disparities/side_0970.pfm", "opacity_path": "./opacities/side_0970.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0970.tif", "right_image_path": "./right_images/top_0970.tif", "disparity_path": "./disparities/top_0970.pfm", "opacity_path": "./opacities/top_0970.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0970.tif", "right_image_path": "./right_images/diag_0970.tif", "disparity_path": "./disparities/diag_0970.pfm", "opacity_path": "./opacities/diag_0970.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0980.tif", "right_image_path": "./right_images/side_0980.tif", "disparity_path": "./disparities/side_0980.pfm", "opacity_path": "./opacities/side_0980.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0980.tif", "right_image_path": "./right_images/top_0980.tif", "disparity_path": "./disparities/top_0980.pfm", "opacity_path": "./opacities/top_0980.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0980.tif", "right_image_path": "./right_images/diag_0980.tif", "disparity_path": "./disparities/diag_0980.pfm", "opacity_path": "./opacities/diag_0980.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_0990.tif", "right_image_path": "./right_images/side_0990.tif", "disparity_path": "./disparities/side_0990.pfm", "opacity_path": "./opacities/side_0990.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_0990.tif", "right_image_path": "./right_images/top_0990.tif", "disparity_path": "./disparities/top_0990.pfm", "opacity_path": "./opacities/top_0990.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_0990.tif", "right_image_path": "./right_images/diag_0990.tif", "disparity_path": "./disparities/diag_0990.pfm", "opacity_path": "./opacities/diag_0990.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/side_1000.tif", "right_image_path": "./right_images/side_1000.tif", "disparity_path": "./disparities/side_1000.pfm", "opacity_path": "./opacities/side_1000.pfm"}, {"baseline": 152, "fov_x_y": 90, "left_image_path": "./left_images/top_1000.tif", "right_image_path": "./right_images/top_1000.tif", "disparity_path": "./disparities/top_1000.pfm", "opacity_path": "./opacities/top_1000.pfm"}, {"baseline": 80, "fov_x_y": 62.2, "left_image_path": "./left_images/diag_1000.tif", "right_image_path": "./right_images/diag_1000.tif", "disparity_path": "./disparities/diag_1000.pfm", "opacity_path": "./opacities/diag_1000.pfm"}]}
|
synthetic_dataset/train.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|