Object Detection Model Trainer (YOLO)
I designed and implemented a YOLO-based object detection system for construction site safety monitoring. The project involved training custom YOLOv5 and YOLOv8 models on annotated images of construction workers using transfer learning techniques. I evaluated the models using metrics like mAP, precision, recall, and F1-score to ensure accuracy and robustness. • Labeled images for presence of safety equipment such as helmets, vests, and gloves • Used bounding boxes to annotate relevant safety equipment in various real-world conditions • Performed manual and semi-automated label review for dataset quality assurance • Contributed to model fine-tuning and evaluation loop for increased detection accuracy.