Hi,
I converted a YoloV4-Tiny model into .h5 to convert it to coreml using coremltools.
I would like to being able to use the Preview in XCode, but my model seems not compatible. I set the same Input and Output type as YoloV3Tiny available here : https://developer.apple.com/machine-learning/models/
I saw on https://coremltools.readme.io/docs/xcode-model-preview-types that the only available types of NN available for preview are imageSegmenter, poseEstimation, bertQA, depthEstimation and imageClassifier. However, the available YoloV3Tiny.mlmodel has preview and seems not to be any of these type.
What should I add in my coreml converter to beeing able to use it in XCode with Preview ?
Best, Clément