Git Product home page Git Product logo

insulator-defect-detection's Introduction

LiteYOLO-ID: A Lightweight Object Detection Network for Insulator Defect Detection

Introduction

This is our PyTorch implementation of the paper "LiteYOLO-ID: A Lightweight Object Detection Network for Insulator Defect Detection" published in IEEE Transactions on Instrumentation and Measurement.

LiteYOLO-ID

Quick Start Examples

Install

First, clone the project and configure the environment. Python>=3.7.0, PyTorch>=1.7.

git clone https://github.com/LuYang-2023/Insulator-defect-detection.git  # clone
cd Insulator-defect-detection
pip install -r requirements.txt  # install
Train
python train.py --cfg models/LiteYOLO-ID.yaml --data data/mydata.yaml
Test
python val.py --data data/mydata.yaml --weights best.pt --task test

EGC Schematic Diagram

The lightweight convolutional module EGC incorporates the design philosophies of GhostNet and C2f modules, significantly enhancing the capture of key information in detection targets through the ECA attention mechanism. The structural diagram of the EGC module is shown below.

EGC module

Dataset

My dataset contains sensitive information from the Tianjin Power Grid Company, and I need to communicate with them first to confirm whether this data can be made public.

Experimental flow chart

Experimental procedure

Actual detection output on Jetson TX2 NX

The hardware and software configuration of the Jetson TX2 NX includes an NVIDIA Pascal GPU, with PyTorch version 1.8.0 and CUDA version 10.2.

jetson_tx2_nx

Detection result

Comparison chart of test results
LiteYOLO-ID detection result diagram

Citation

If you use this code or article in your research, please cite it using the following BibTeX entry:

@ARTICLE{10569022,
  author = {Li, Dahua and Lu, Yang and Gao, Qiang and Li, Xuan and Yu, Xiao and Song, Yu},
  title = {LiteYOLO-ID: A Lightweight Object Detection Network for Insulator Defect Detection},
  journal = {IEEE Transactions on Instrumentation and Measurement},
  year = {2024},
  volume = {73},
  pages = {1-12},
  doi = {10.1109/TIM.2024.3418082},
  keywords = {Insulators, Accuracy, Computational modeling, Defect detection, YOLO, Feature extraction, Neck, Deep learning, insulator defect detection, lightweight, quantification, deployment}
}

Author's Contact

Email:[email protected]

insulator-defect-detection's People

Contributors

luyang-2023 avatar

Stargazers

 avatar 郑欢 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.