dust3r/utils/image_pose.py
CHANGED
@@ -281,7 +281,7 @@ def load_images(folder_or_list, depth_list, focallength_px_list, size, square_ok
|
|
281 |
# Process image files
|
282 |
img = exif_transpose(PIL.Image.open(full_path)).convert('RGB')
|
283 |
|
284 |
-
|
285 |
focal_length_px = focallength_px_list[i]
|
286 |
|
287 |
if len(pred_depth1.shape) == 3:
|
|
|
281 |
# Process image files
|
282 |
img = exif_transpose(PIL.Image.open(full_path)).convert('RGB')
|
283 |
|
284 |
+
pred_depth1 = depth_list[i]
|
285 |
focal_length_px = focallength_px_list[i]
|
286 |
|
287 |
if len(pred_depth1.shape) == 3:
|