ONNX compatibility updates

This commit is contained in:
Glenn Jocher 2018-12-26 15:57:18 +01:00
parent 8b34fbef33
commit 4c5f4864fb
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import glob
# https://github.com/onnx/onnx-coreml # https://github.com/onnx/onnx-coreml
# http://machinethink.net/blog/mobilenet-ssdlite-coreml/ # http://machinethink.net/blog/mobilenet-ssdlite-coreml/
# https://github.com/hollance/YOLO-CoreML-MPSNNGraph
def main(): def main():
os.system('rm -rf saved_models && mkdir saved_models') os.system('rm -rf saved_models && mkdir saved_models')