NightRaven109 commited on
Commit
af8c8b5
·
verified ·
1 Parent(s): 8239e49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.4,
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