Skip to content

Commit 39cfa3d

Browse files
bug fixes
1 parent b38832e commit 39cfa3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/depthmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ def run(self, p, compute_device, model_type, net_width, net_height, match_size,
152152
inputimages.append(processed.images[count])
153153

154154
#remove on base image before depth calculation
155+
background_removed_images = []
155156
if background_removal:
156157
if pre_depth_background_removal:
157158
inputimages = batched_background_removal(inputimages, background_removal_model)

0 commit comments

Comments
 (0)