From e61d31e85d0b9d7bf44826787a22aaf0b252b74e Mon Sep 17 00:00:00 2001 From: Sulabh Shrestha Date: Fri, 26 Mar 2021 13:49:24 +0545 Subject: [PATCH] - Fix Notebook Link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)