diff --git a/README.md b/README.md index 65798d0..3338bd5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Overall goal of this project is to implement most popular, inference only, CPU f ### Sample code -[See demo jupyter notebook complete example](demo/demo.jpnby) +[See demo jupyter notebook complete example](demo/demo.ipynb) ```python from models.detectors import create_detector @@ -81,4 +81,4 @@ plt.axis("off") plt.imshow(im) ``` -![GitHub Logo](demo/result.jpg) \ No newline at end of file +![GitHub Logo](demo/result.jpg)