REPOSITORY OVERVIEWLive repository statistics
★ 0Stars
⑂ 0Forks
◯ 0Open issues
◉ 0Watchers
31/100
OPENREPOHUB HEALTH SIGNALLimited signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
0 Maintenance state20% weight
100 License clarity10% weight
0 Project information10% weight
75 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
YOLOv1 Implementation
- This repository contains a simple implementation of the YOLOv1 (You Only Look Once) object detection algorithm, inspired by the original paper:
- "You Only Look Once: Unified, Real-Time Object Detection" (CVPR 2016) by Joseph Redmon et al.
Files
YOLOv1 Implementation.ipynb — Jupyter Notebook with the YOLOv1 code and explanations.
Redmon_You_Only_Look_CVPR_2016_paper.pdf — Original research paper.
Features
- Custom implementation of the YOLOv1 architecture.
- Forward pass demonstration and prediction visualization.
- Step-by-step explanation inline in notebook (if available).
- Simple and beginner-friendly code structure.
Running the Code
-
Clone this repository:
zsh
git clone https://github.com/Salvatore-2512/YOLOv1-Implementation.git
cd YOLOv1-Implementation
-
Open the notebook:
jupyter notebook "YOLOv1 Implementation.ipynb"
-
Run each cell to execute the implementation.
YOLOv1 Summary
- Treats object detection as a regression problem.
- Single neural network predicts bounding boxes and class probabilities directly from full images in one evaluation.
- Fast and efficient: real-time object detection on images and video.
Architecture
- The original YOLOv1 architecture uses 24 convolutional layers followed by 2 fully connected layers.
References
- Redmon, J., Divvala, S., Girshick, R., & Farhadi, A. (2016).
You Only Look Once: Unified, Real-Time Object Detection (arXiv)
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
This repository contains both a collection of Jupyter Notebooks as well as other resources (e.g. presentations, links, ...) that are going to be used during the "Second quarter university extension courses" that the University of Oviedo is going to teach (online).
57/100 healthActive repository
Jupyter NotebookNo license#computer-vision#deep-learning
⑂ 10 forks◯ 0 issuesUpdated Jun 16, 2026
This repository demonstrates various machine learning classification techniques using TensorFlow, presented through interactive Jupyter notebooks. It is a resource for beginners and practitioners to explore and implement practical examples of classification models.
54/100 healthActive repository
Jupyter NotebookNo license#computer-vision#datavisualization#deep-learning#machine-learning
⑂ 0 forks◯ 0 issuesUpdated Apr 22, 2026