Browse Source

changed head

Harshit Pathak 3 tháng trước cách đây
mục cha
commit
24cc9b84c4
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      core/services/image_scorer.py

+ 3 - 0
core/services/image_scorer.py

@@ -303,6 +303,9 @@ class ImageQualityScorer:
         suggestions = []
         bg_info = {}
         
+
+        print("hello")
+
         try:
             pixels = image_np.reshape(-1, 3)
             kmeans = KMeans(n_clusters=3, random_state=0, n_init=10).fit(pixels)