Closed
Description
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?
Metadata
Assignees
Labels
No labels
Activity