Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -212,7 +212,7 @@ def infer(path_input, seed=None):
|
|
| 212 |
blended_result = blend_numpy_images(
|
| 213 |
cv2.cvtColor(depth_array, cv2.COLOR_RGB2BGR if len(depth_array.shape) == 3 else cv2.COLOR_GRAY2BGR),
|
| 214 |
intensity_map,
|
| 215 |
-
blend_factor=0.
|
| 216 |
mode="normal"
|
| 217 |
)
|
| 218 |
|
|
|
|
| 212 |
blended_result = blend_numpy_images(
|
| 213 |
cv2.cvtColor(depth_array, cv2.COLOR_RGB2BGR if len(depth_array.shape) == 3 else cv2.COLOR_GRAY2BGR),
|
| 214 |
intensity_map,
|
| 215 |
+
blend_factor=0.15,
|
| 216 |
mode="normal"
|
| 217 |
)
|
| 218 |
|