sohamnk commited on
Commit
ccbacb7
·
verified ·
1 Parent(s): fbfffae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -262,6 +262,8 @@ def compare_items():
262
  FEATURE_WEIGHTS["color"] * color_score +
263
  FEATURE_WEIGHTS["texture"] * texture_score)
264
 
 
 
265
  image_score = stretch_image_score(raw_image_score)
266
 
267
  # Weighted average of image and text scores
 
262
  FEATURE_WEIGHTS["color"] * color_score +
263
  FEATURE_WEIGHTS["texture"] * texture_score)
264
 
265
+ print(f" - Raw Image Score: {raw_image_score:.4f}")
266
+
267
  image_score = stretch_image_score(raw_image_score)
268
 
269
  # Weighted average of image and text scores