From 4c5f4864fb06e8df8235702564a8b7fd46b97ae1 Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 26 Dec 2018 15:57:18 +0100 Subject: [PATCH] ONNX compatibility updates --- utils/onnx2coreml.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/onnx2coreml.py b/utils/onnx2coreml.py index 3b9af6bd..40a47bb1 100644 --- a/utils/onnx2coreml.py +++ b/utils/onnx2coreml.py @@ -6,6 +6,8 @@ import glob # https://github.com/onnx/onnx-coreml # http://machinethink.net/blog/mobilenet-ssdlite-coreml/ +# https://github.com/hollance/YOLO-CoreML-MPSNNGraph + def main(): os.system('rm -rf saved_models && mkdir saved_models')