This repository was archived by the owner on Dec 21, 2023. It is now read-only.
This repository was archived by the owner on Dec 21, 2023. It is now read-only.
Simple Image Classification Model gives different confidence level (Between Coreml UI and iOS App) #3468
Open
Description
Here is what I have done
- Create a model using Create ML Tool
- Test the model and it passes 100% times
- Verify by adding more images in UI tool and it passes
- Generate the .nlmodel file from CreateML UI
- use the model in iOS app and check the result of VNClassificationObservation.
- The confidence level is a lot different.
- And running this request on same image in program tends to finally put the correct confidence level (like in 3rd or 4th attempt)
- There is NOTHING fancy and I am using the simple app (https://iosexample.com/classifying-images-with-vision-and-core-ml/) to test my model
Metadata
Metadata
Assignees
Labels
No labels