ultralytics / yolo-ios-app

Ultralytics YOLO iOS App source code for running YOLOv8 in your own iOS apps 🌟
https://ultralytics.com/yolo
GNU Affero General Public License v3.0
122 stars 22 forks source link

Auto-download larger models #42

Open ambitious-octopus opened 1 month ago

ambitious-octopus commented 1 month ago

Our collection of corelm models is expanding, and we need an automated system to download them efficiently. We can integrate smaller models, such as n/s (and possibly m, if it isn't too large), directly into the app. For larger models, we can implement a just-in-time download system to provide them as needed by the user. What do you think @john-rocky?

john-rocky commented 1 month ago

@ambitious-octopus I can create a system to download large models while the app is in use (or at the user's option).