From ddc37d0d7bb4e91e4afc05b18a8b3ac4147579e9 Mon Sep 17 00:00:00 2001 From: Muhammed Adnan Date: Tue, 25 Mar 2025 17:18:41 +0530 Subject: [PATCH] Update README.md changed python -m ipykernel install --user --name=tfodj to python -m ipykernel install --user --name=tfod (name fix of venv) --- 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