muhammadsalmanalfaridzi commited on
Commit
dd58b13
·
verified ·
1 Parent(s): c8a8446

confidence 50

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def detect_combined(image):
41
 
42
  try:
43
  # ========== [1] YOLO: Deteksi Produk Nestlé (Per Class) ==========
44
- yolo_pred = yolo_model.predict(temp_path, confidence=60, overlap=80).json()
45
 
46
  # Hitung per class Nestlé
47
  nestle_class_count = {}
 
41
 
42
  try:
43
  # ========== [1] YOLO: Deteksi Produk Nestlé (Per Class) ==========
44
+ yolo_pred = yolo_model.predict(temp_path, confidence=50, overlap=80).json()
45
 
46
  # Hitung per class Nestlé
47
  nestle_class_count = {}