cjf8899 / Pole_Transformer_Detection

:zap:Transformer detection on power poles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pole_Transformer_Detection

This repo is a code that detects the transformer of the electric pole.

Demo

memoryblock memoryblock


Getting Started

The pole detection model used YOLOv5 model.

Download models

the structures would like

Pole_Transformer_Detection/
    -- weights/
        -- best.pt
    -- videos/input/
        -- test.mp4
    -- detect.py
    ...

Constraints

  • I can't reveal the dataset.:sweat_smile:
  • We used a docker and the image we used was YOLOv5 image.

Demo Run

python detect.py

Referenced. Thank you all:+1:

detection code : https://github.com/ultralytics/yolov5

About

:zap:Transformer detection on power poles

License:GNU General Public License v3.0


Languages

Language:Python 99.1%Language:Shell 0.7%Language:Dockerfile 0.3%