Repository for 2025 HAI Summer Boot Camp, where we implemented and trained YOLO.
YOLO is a state-of-the-art, real-time object detection system. Its name emphasizes that the algorithm makes predictions for objects after looking at the image only once.
The model is known for its speed and accuracy, making it a popular choice for real-time applications.
Here is a visualization of the YOLO model architecture.
The following graph shows the training loss over epochs, which helps in evaluating the model's performance.