akshayjaryal603 / Yolov4-Object-Detection

Yolov4 Object Detection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yolov4-Object-Detection

Yolov4 Object Detection

Introduction

Yolov4 implementation inspired by:-

YOLOv4 (Tensorflow backend) inspired by https://github.com/AlexeyAB/darknet.

Quick Start

  1. Download YOLOv4 weights from yolov4.weights.
  2. Also download automatically weights when run yolo.py and pass argument --download-model check below for command. --> python yolo.py --download-model
  3. Change arguments according to filepaths.
  4. Run yolo.py. --> python yolo.py -i --> python yolo.py -v -vo --> python yolo.py -no_argument then it automatically use your webcam for inference.

TODO

How to train yolov4 model for your own custom dataset.

Thanks!

About

Yolov4 Object Detection


Languages

Language:Python 95.7%Language:Shell 4.3%