English

Real-time Object Detection: YOLOv1 Re-Implementation in PyTorch

Computer Vision and Pattern Recognition 2023-05-30 v1

Abstract

Real-time object detection is a crucial problem to solve when in comes to computer vision systems that needs to make appropriate decision based on detection in a timely manner. I have chosen the YOLO v1 architecture to implement it using PyTorch framework, with goal to familiarize with entire object detection pipeline I attempted different techniques to modify the original architecture to improve the results. Finally, I compare the metrics of my implementation to the original.

Keywords

Cite

@article{arxiv.2305.17786,
  title  = {Real-time Object Detection: YOLOv1 Re-Implementation in PyTorch},
  author = {Michael Shenoda},
  journal= {arXiv preprint arXiv:2305.17786},
  year   = {2023}
}
R2 v1 2026-06-28T10:48:47.555Z