DawnC commited on
Commit
16945ce
·
verified ·
1 Parent(s): beeca6e

Update image_processor.py

Browse files
Files changed (1) hide show
  1. image_processor.py +1 -0
image_processor.py CHANGED
@@ -249,6 +249,7 @@ class ImageProcessor:
249
  return None
250
 
251
  places365_result = self.places365_model.predict(image)
 
252
 
253
  if places365_result and places365_result.get('confidence', 0) > 0.1:
254
  print(f"Places365 detected: {places365_result['scene_label']} "
 
249
  return None
250
 
251
  places365_result = self.places365_model.predict(image)
252
+ print(f"DEBUG: Places365 raw result: {places365_result}")
253
 
254
  if places365_result and places365_result.get('confidence', 0) > 0.1:
255
  print(f"Places365 detected: {places365_result['scene_label']} "