소스 검색

changed head

Harshit Pathak 3 달 전
부모
커밋
24cc9b84c4
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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)