yolo-ios-app icon indicating copy to clipboard operation
yolo-ios-app copied to clipboard

cannot find 'yolov8m

Open pascal-maker opened this issue 11 months ago • 3 comments

Tried running the project after adding the models to the project and received these errors : /Volumes/Extreme SSD/yolo-ios-app/YOLO/ViewController.swift:20:20: error: cannot find 'yolov8m' in scope var mlModel = try! yolov8m(configuration: .init()).model ^~~~~~~ /Volumes/Extreme SSD/yolo-ios-app/YOLO/ViewController.swift:20:44: error: cannot infer contextual base in reference to member 'init' var mlModel = try! yolov8m(configuration: .init()).model. Any possibility to also run this on the iOS simulator?

pascal-maker avatar Mar 07 '24 13:03 pascal-maker