Skip to content

Commit

Permalink
fixing style
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Dec 31, 2024
1 parent 0ec9042 commit 388aa89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyroengine/vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(self, model_folder="data", imgsz=1024, conf=0.15, iou=0, format="nc
self.format = "ncnn"

elif format == "onnx":
model = f"yolov8s.onnx"
model = "yolov8s.onnx"
self.format = "onnx"

model_path = os.path.join(model_folder, model)
Expand Down

0 comments on commit 388aa89

Please sign in to comment.