Skip to content

Commit

Permalink
update msg
Browse files Browse the repository at this point in the history
  • Loading branch information
MateoLostanlen committed Dec 31, 2024
1 parent 6286227 commit 8b0a2be
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 @@ -52,7 +52,7 @@ def __init__(self, model_folder="data", imgsz=1024, conf=0.15, iou=0, format="nc

if format == "ncnn":
if not self.is_arm_architecture():
logging.info("NCNN format is optimized for arm architecture only, switching to onnx")
logging.info("NCNN format is optimized for arm architecture only, switching to onnx is recommended")

model = "yolov8s_ncnn_model.zip"
self.format = "ncnn"
Expand Down

0 comments on commit 8b0a2be

Please sign in to comment.