https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch
object-detection pytorch-implmention pytorch-tutorial yolo yolov3
Last synced: 5 months ago
JSON representation
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
- Host: GitHub
- URL: https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch
- Owner: ayooshkathuria
- Created: 2018-04-10T22:35:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T07:09:38.000Z (almost 6 years ago)
- Last Synced: 2025-04-07T21:11:17.211Z (6 months ago)
- Topics: object-detection, pytorch-implmention, pytorch-tutorial, yolo, yolov3
- Language: Python
- Homepage: https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/
- Size: 1.84 MB
- Stars: 2,318
- Watchers: 53
- Forks: 723
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# YOLO_v3_tutorial_from_scratch
Accompanying code for Paperspace tutorial series ["How to Implement YOLO v3 Object Detector from Scratch"](https://blog.paperspace.com/how-to-implement-a-yolo-object-detector-in-pytorch/)Here's what a typical output of the detector will look like ;)

## About the training Code
This code is only mean't as a companion to the tutorial series and won't be updated. If you want to have a look at the ever updating YOLO v3 code, go to my other repo at https://github.com/ayooshkathuria/pytorch-yolo-v3
Also, the other repo offers a lot of customisation options, which are not present in this repo for making tutorial easier to follow. (Don't wanna confuse the shit out readers, do we?)
About when is the training code coming? I have my undergraduate thesis this May, and will be busy. So, you might have to wait for a till the second part of May.
Cheers