Skip to content

Commit

Permalink
updated deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tb-dhk committed Jul 2, 2024
1 parent 1c40d77 commit ef71bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def find_differences(image1_path, image2_path):
return thresh

def detect_food(image_path):
model_weights = "runs/detect/train/weights/best.pt"
model_weights = "../model/models/yolo_v8_v0.2.pt"
model = YOLO(model_weights)
results = model(image_path)
for result in results:
Expand Down

0 comments on commit ef71bd8

Please sign in to comment.