I developed this project using Tensorflow,cuda ,cnn, Python, Framework. For more details visit my linkedin : https://www.linkedin.com/in/prashant-kumar122/ Many Packages i have not uploaded because the size limit exceeded by git hub but connect me on LinkedIn to get all the packages i have used . Look the error below
Step 1. Clone this repository
Step 2. Create a new virtual environment
python -m venv tfod
Step 3. Activate your virtual environment
source tfod/bin/activate # Linux .\tfod\Scripts\activate # Windows
Step 4. Install dependencies and add virtual environment to the Python Kernel
python -m pip install --upgrade pip pip install ipykernel python -m ipykernel install --user --name=tfodj
and open Tensorboard with the following command
tensorboard --logdir=.
Tensorboard will be accessible through your browser and you will be able to see metrics including mAP - mean Average Precision, and Recall.