Skip to content

MoaazAbdulrahman/PyTorch-YOLOv3-Object-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch implementation of YOLOv3 object detector

This is an implementation of YOLOv3 object detector using PyTorch. This code dependes on the darknet implementation of YOLOv3. The official darknet website can be found here.

Installation

Install requirements

$ git clone https://github.com/MoaazAbdulrahman/PyTorch-YOLOv3-Object-detector
$ cd PyTorch-YOLOv3-Object-detector/
$ sudo pip install -r requirements.txt

Download model weights here and add it to weights folder

Detection Example

Video processing

processing.py file is to be used for video processing. It contains processing() method which is responsible for inference. I have used YOLOv3 for person detection and counting. Follow this link to watch the output video.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages