cyun9286 commited on
Commit
0d3f4b5
1 Parent(s): 98fae69
Files changed (1) hide show
  1. dust3r/utils/image_pose.py +1 -1
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
- pred_depth = depth_list[i]
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: