From cf1838710ca83c69bc8b3a5f8514cb47083df04d Mon Sep 17 00:00:00 2001 From: Johannes King Date: Sat, 27 Nov 2021 10:50:59 +0100 Subject: [PATCH] Fix small typo in Readme.md I copied this line 2 times and got an error ... ;) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8e6a4f3d7..1e695d2dd 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ source tfod/bin/activate # Linux
 python -m pip install --upgrade pip
 pip install ipykernel
-python -m ipykernel install --user --name=tfodj
+python -m ipykernel install --user --name=tfod
 

Step 5. Collect images using the Notebook 1. Image Collection.ipynb - ensure you change the kernel to the virtual environment as shown below @@ -45,4 +45,4 @@ If not, resolve installation errors by referring to the