# YoloV4 Object Detection The notebook [yolov4_inference.ipynb](./yolov4_inference.ipynb) is intended to be an example of how to use MIGraphX to perform object detection. The model used within is a pre-trained yolov4 from the ONNX model zoo. ## Run the Notebook To run the example notebook, simply issue the following command from this directory: ``` $ jupyter notebook yolov4_inference.ipynb ```