NOTE: Change the labels list in image collection according to your requirements and make sure the label map exactly matches the labels you create.
Step 1: Run the Image Collection jupyter notebook file to collect your images
Step 2: Clone LabelImg from https://github.com/tzutalin/labelImg into teh TensorFlow directory
Step 3: Install PyQt5 and lxml
Step 4: Run the command 'pyrcc5 -o resources.py resources.qrc' from the labalImg directory
Step 5: Move resources.py resources.qrc to the libs folder
Step 6: Run python labelImg.py and label all the images
Step 7: Run the training and testing jupyter notebook file