Skip to content

Commit

Permalink
Update evaluate.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marlenezw authored Nov 18, 2024
1 parent a49b4e4 commit fda42ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/evaluate/evaluate.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def evaluate_image(project_scope, image_path):
path = os.path.join(parent, "data")
image_path = os.path.join(path, f"{image_num}.png")

eval_image_result = evaluate_image(project_scope, image_path)
eval_image_result = evaluate_image(project_scope, image_path)

end=time.time()
print(f"Finished evaluate in {end - start}s")

0 comments on commit fda42ca

Please sign in to comment.