Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

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: 10 days ago
JSON representation

Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"

Lists

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 ;)

![Detection Example](https://i.imgur.com/m2jwnen.png)

## 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