Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ def process_image(input_image):
|
|
244 |
blended_result = blend_numpy_images(
|
245 |
cv2.cvtColor(depth_normalized, cv2.COLOR_GRAY2RGB), # Convert depth to RGB
|
246 |
intensity_map,
|
247 |
-
blend_factor=0.
|
248 |
mode="normal"
|
249 |
)
|
250 |
|
|
|
244 |
blended_result = blend_numpy_images(
|
245 |
cv2.cvtColor(depth_normalized, cv2.COLOR_GRAY2RGB), # Convert depth to RGB
|
246 |
intensity_map,
|
247 |
+
blend_factor=0.25,
|
248 |
mode="normal"
|
249 |
)
|
250 |
|