Hello,
For the YoloV3 CoreML model posted on Apple website. Given a pre-trained YoloV3 weights file, what are the steps to generate that CoreML file? Thanks!
https://developer.apple.com/machine-learning/models/

@clementyau the below repository may be of interest to you.
YOLOv3 in PyTorch > ONNX > CoreML > iOS
https://github.com/ultralytics/yolov3
|
|
|
Closing this issue for now. Please re-open if there is another issue or the original issue has not been resolved.
the repo is great, but it does not show the conversion to the coreml format for yolov3