Skip to content

chihyu0917/YOLOv5_detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YOLOv5 Detector

A detector for any kinds of videos or images. Using YOLOv5 models and PyTorch for object detection.

Table of Contents

Installation

If running on Localhost, please ensure that the PyTorch has been installed in the environment.

  • Image detector
    python YOLOv5s2.py
    # change to your image path 
  • Video detector
    python YOLOv5s_video_.py
    # change to your video path 

Other output images

Usage

Select a video or an image, and modify the original path to your path. Then, the output image will be in runs/detect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages