use Microsofts https://github.com/Microsoft/VoTT/releases for anotating
- create a new project and call it Annotations
- choose TrainYourOwnYOLO/Data/Source_Images/Training_Images as the Source and Target Connection
- under export setting choose CSV as provider and save the changes
- start labelling the region of interest
- once labeled press CTRL+E to export the project
- inside path TrainYourOwnYOLO/Data/Source_Images/Training_Images, you will find a csv folder called vott-csv-export containing Annotations-export.csv
- in path TrainYourOwnYOLO/Image_Annotation run the script to convert the annotation to YOLO accepted format
- from path TrainYourOwnYOLO/2_Training run python Download_and_Convert_YOLO_weights.py
- train the model using python Train_YOLO.py
- python Detector.py from path TrainYourOwnYOLO/3_Inference