Tomato-Detection-using-Yolo-Tiny-Model Steps to run the detection Step 1: Install required libraries pip3 install -r requirements.txt Step 2: Annotate some images Use this Tool for annoatating Images - labelImg Step 3: Train Yolov4-Tiny Model on the annotated Images Step 4: Use the Yolov4-Tiny config file and weights file with the python file Step 5: Run the Python file for respective Images and/or Videos Result of prediction on Test Images Sample 1 Sample 2 Sample 3 Sample 4