pytorch-yolo-v3
A PyTorch implementation of the YOLO v3 object detection algorithm observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3071
- days_rel: n/a
- days_push: 960
- n_releases_24m: 0
Adoption not part of the score
3312 stars · 1044 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A minimal PyTorch implementation of the YOLO v3 object detection algorithm, supporting detection on images and video with configurable resolution and confidence thresholds. It is accompanied by a detailed 5-part tutorial series explaining how to build the detector from scratch.
Use cases
- run object detection on images with yolo v3 in pytorch
- detect objects in video files using yolo
- learn how to implement yolo v3 from scratch
- understand yolo network architecture and non-maximum suppression
- experiment with yolo v3 weights on custom images
- study a minimal pytorch object detector codebase
When to choose
- you want a readable, minimal YOLO v3 implementation for learning or research
- you need inference-only object detection with pretrained COCO weights
- you want to follow a step-by-step tutorial on building YOLO v3 in PyTorch
When to avoid
- you need training code - only the detection module is implemented
- you need a maintained, production-ready detector with active issue support
- you require modern PyTorch versions - the code targets PyTorch 0.4 and Python 3.5
- you need a license for commercial use - no license is provided
Facets
library · maturity maintenance
computer-vision image-processing deep-learning machine-learning computer-vision deep-learning machine-learning image-processing python cross-platform yolo yolov3 object-detection pytorch tutorial inference linux gpu
6 sources
- readme: https://github.com/ayooshkathuria/pytorch-yolo-v3 · fetched 2026-08-28 · 3205d94ff21e
- homepage: https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/ · fetched 2026-08-29 · ca5e0c27d12f
- site_page: https://docs.paperspace.com/ · fetched 2026-08-29 · a5b08c40101f
- site_page: https://www.paperspace.com/about · fetched 2026-08-29 · a494c98640cf
- site_page: https://www.paperspace.com/pricing · fetched 2026-08-29 · c3cd7dfd10cc
- site_page: https://updates.paperspace.com/ · fetched 2026-08-29 · 239e2109c803
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| ayooshkathuria/pytorch-yolo-v3 | main | 32 |
| ayooshkathuria/YOLO_v3_tutorial_from_scratch | examples | 32 |
For agents
markdown · JSON · MCP: product_card(name="ayooshkathuria/pytorch-yolo-v3")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem