Albert-Z-Guo / YOLOv3-in-PyTorch

A simple YOLOv3 pipeline for real-time object detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YOLOv3 in PyTorch

Environment Setup

  1. To install all the libraries/dependencies and prepare data used in this project, run:
pip3 install -r requirements.txt
  1. To download the pre-trained weights, in the repository run:
wget https://pjreddie.com/media/files/yolov3.weights

About

A simple YOLOv3 pipeline for real-time object detection


Languages

Language:Jupyter Notebook 100.0%