Skip to main content
0 votes
1 answer
51 views

I am building an iOS 17 application that integrates Apple's RoomPlan (RoomCaptureSession) with a custom Edge AI model (YOLOv8 via CoreML and Vision framework) to detect structural defects (like cracks)...
張晏滕's user avatar
1 vote
0 answers
90 views

I am have a wgpu::Buffer. I am trying to create input to a CoreML from this buffer. let hal_buffer = unsafe { buffer.as_hal::<wgpu::hal::metal::Api>() }; let Some(hal_buffer) = ...
CeNiEi's user avatar
  • 117
0 votes
0 answers
78 views

I'm about to integrate CoreML based inference using the Objective-C CoreML API in a C++ based macOS application that used Onnxruntime until now. It all seems to work fine and I the performance has ...
PluginPenguin's user avatar
0 votes
0 answers
57 views

I´m using an ML model that was created with CreateML 6.1. In the CreateML Preview section, it works as expected. The model is exported and opened in Xcode 16.2. For testings purposes, I'm using the ...
sgbzona's user avatar
  • 63
0 votes
0 answers
96 views

I am working on a lung cancer scanning app for iOS with a CoreML model and when I test my app on a physical device, the model results in the same prediction 100% of the time. I even changed the names ...
Shivi's user avatar
  • 11
1 vote
0 answers
204 views

I have been getting the following error messages on my Xcode App: E5RT: Espresso exception: "Invalid state": MpsGraph backend validation on incompatible OS (11) [Espresso::handle_ex_] ...
Shivi's user avatar
  • 11
0 votes
0 answers
70 views

I have trained a face sentiment CoreML model using CreateML's app. When using the live preview in the CreateML's app I get a model that roughly works (i.e changes in facial expression results in ...
user1969's user avatar
  • 628
2 votes
0 answers
189 views

I'm new to Xcode and have some trouble getting my model into an appropriate format. I have quite a similar problem as in this unanswered question but for OBBs: I trained a YOLOv8n-obb model on a ...
user29544379's user avatar
-1 votes
1 answer
207 views

The idea was to create a simple image picker on iOS. Once the image is loaded, the app shall output its analysis with %. Right now the CoreML model will not be loaded and crashes with: ...
morry239's user avatar
-1 votes
1 answer
286 views

I’m working on an Xcode App Playground project (.swiftpm) and trying to add a .mlmodel file (e.g., Exercises.mlmodel) to it. However, when I add the .mlmodel file to my project, I encounter the ...
MohAliBou's user avatar
  • 337
2 votes
1 answer
208 views

I want to create an .mlpackage or .mlmodel file which I can import in Xcode to do image segmentation. For this, I want to use the segmentation package within YOLO to check out if it fit my needs. The ...
J. Doe's user avatar
  • 13.6k
-1 votes
1 answer
75 views

is it possible to use apple ML framework to dynamically learn from users behaviour in the app? I've trained a model using Create ML application, can I then update and retrain from the iOS device? This ...
user's user avatar
  • 162
1 vote
0 answers
286 views

I've been dealing with a puzzling issue for some time now, and I’m hoping someone here might have insights or suggestions. The Problem: We’re observing an occasional crash in our app that seems to ...
Rychu's user avatar
  • 1,040
0 votes
0 answers
57 views

I am exploring the Apple Core ML framework. I created a training model using Create ML app. Image Classification to identify the image is cat or a dog. The data set I used is referred from https://www....
Gypsa's user avatar
  • 11.3k
0 votes
0 answers
50 views

The script gets the DeepLabV3 + MobileNet model from the pytorch. It then saves it to .pt which can be opened in Netron. It then converts it to .mlpackage which cannot be opened in Netron - it gives ...
emptyPigeon's user avatar

15 30 50 per page
1
2 3 4 5
63