What Rust compatible package I can use with ultralytics

⚓ Rust    📅 2026-01-17    👤 surdeus    👁️ 1      

surdeus

I have this python code:

from ultralytics import YOLO

model = YOLO("custom_ncnn_model/")

model.predict(source = "video.mp4",
show = True, conf = 0.6, line_thickness = 2, save = False)

And I was wondering how would I do the same thing in Rust without making it complex?

1 post - 1 participant

Read full topic

🏷️ Rust_feed