# U-Net Image Segmentation Inference with AMD MIGraphXThis examples provides a simple example for utilizing U-Net ONNX model for image segmentation, using AMD MIGraphX graph optimization engine for fast inference.## How-toPlease utilize the notebook given `unet_inference.ipynb`.## Model DetailsONNX model utilized in this example can be found [here](https://github.com/cagery/unet-onnx).