-
-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CoreML exports to support newer *.mlpackage outputs (#13222)
* Implement and default mlpackage generation for CoreML model exports Signed-off-by: Ryan Hirasaki <[email protected]> * Provide command line argument to export as *.mlmodel instead of *.mlpackage for CoreML Signed-off-by: Ryan Hirasaki <[email protected]> * Remove macOS check for CoreML quantization Requirements for macOS during quantization was removed from coremltools 6.0 Signed-off-by: Ryan Hirasaki <[email protected]> * Undo removal of warning catching Signed-off-by: Ryan Hirasaki <[email protected]> * Change file extension references from mlmodel to mlpackage Signed-off-by: Ryan Hirasaki <[email protected]> * Auto-format by https://ultralytics.com/actions --------- Signed-off-by: Ryan Hirasaki <[email protected]> Co-authored-by: UltralyticsAssistant <[email protected]> Co-authored-by: Glenn Jocher <[email protected]> Co-authored-by: Ultralytics Assistant <[email protected]>
- Loading branch information
1 parent
dcf1242
commit 6096750
Showing
6 changed files
with
55 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,6 +54,7 @@ VOC/ | |
*.onnx | ||
*.engine | ||
*.mlmodel | ||
*.mlpackage | ||
*.torchscript | ||
*.tflite | ||
*.h5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters