README.md 398 Bytes
Newer Older
turneram's avatar
turneram committed
1
2
3
4
5
6
7
8
# 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
```