Skip to content

Commit 3738325

Browse files
authored
Update README.md
1 parent 39539f9 commit 3738325

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

examples/CoreML/ONNXLive/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# ONNXLive Tutorial:
2-
This tutorial will show you to convert a neural style transfer model that has been exported from PyTorch and into the Apple CoreML format using ONNX. THis will allow you to easily run deep learning models on Apple devices and, in this case, live stream from the camera.
2+
This tutorial will show you to convert a neural style transfer model that has been exported from PyTorch and into the Apple CoreML format using ONNX. This will allow you to easily run deep learning models on Apple devices and, in this case, live stream from the camera.
33

44
## What is ONNX?
5-
ONNX (Open Neural Network Exchange is an open format to represent deep learning models. With ONNX, AI developers can more easily move models between state-of-the-art tools and choose the combination that is best for them. ONNX is developed and supported by a community of partners. You can learn more about ONNX and what tools are supported by going to [onnx.ai](http://onnx.ai/).
5+
ONNX (Open Neural Network Exchange) is an open format to represent deep learning models. With ONNX, AI developers can more easily move models between state-of-the-art tools and choose the combination that is best for them. ONNX is developed and supported by a community of partners. You can learn more about ONNX and what tools are supported by going to [onnx.ai](http://onnx.ai/).
66

77
## Tutorial Overview
88

@@ -117,7 +117,7 @@ we now run it
117117
python onnx_to_coreml.py ./saved_models/rain_princess.onnx ./saved_models/rain_princess.mlmodel
118118
python onnx_to_coreml.py ./saved_models/mosaic.onnx ./saved_models/mosaic.mlmodel
119119

120-
Now, there should be 4 CoreML models in your `saved_models` directory: `candy.mlmodel`, `mosaic.mlmodel`, rain_princess.mlmodel` and `udnie.mlmodel`.
120+
Now, there should be 4 CoreML models in your `saved_models` directory: `candy.mlmodel`, `mosaic.mlmodel`, `rain_princess.mlmodel` and `udnie.mlmodel`.
121121

122122
## Run the CoreML models in a style transfer iOS App
123123

@@ -130,7 +130,7 @@ We recommend using XCode 9.3 and an iPhone X. There might be issues running on o
130130

131131
In the `Models/` folder, the project contains some .mlmodel files. We're going to replace them with the models we just created.
132132

133-
You then, run the app on your iPhone and you are all set. Tapping on the screen switches through the models.
133+
You then run the app on your iPhone and you are all set. Tapping on the screen switches through the models.
134134

135135
## Conclusion
136136

0 commit comments

Comments
 (0)