Electric Power Fuse Identification with Deep Learning
收藏NIAID Data Ecosystem2026-03-14 收录
下载链接:
https://zenodo.org/record/7613424
下载链接
链接失效反馈官方服务:
资源简介:
Paper Title: Electric Power Fuse Identification with Deep Learning
Journal Title: IEEE Transactions on Industrial Informatics
Accepted On: February 6, 2023
GitHub Link: https://github.com/MEDomics-UdeS/energAI-fuses
Description: This project implements a supervised learning PyTorch-based end-to-end object detection pipeline for the purpose of detecting and classifying fuses in low-voltage electrical installations.
Files:
annotations.csv: Contains bounding box annotations for images. Save the file to 'data/annotations/' in the cloned GitHub repository.
final_model.pkl: Final trained model. Save the file anywhere and select it using the GUI from the cloned GitHub repository to use it.
images.zip: Images for learning and testing. Extract the .zip file to 'data/raw/' in the cloned GitHub repository.
Abstract:
As part of arc flash studies, survey pictures of electrical installations need to be manually analyzed. A challenging task is to identify fuse types, which can be determined from physical characteristics such as shape, color and size. To automate this process using deep learning techniques, a new dataset of fuse pictures from past arc flash projects and data from the web was created. Multiple experiments were performed to train a final model, reaching an average precision (AP50) of 91.06 % on the holdout set, which confirms its potential for identification of fuse types in new photos. By identifying fuse types using physical characteristics only, the need to take clear pictures of the label text is eliminated, allowing pictures to be taken away from danger, thereby improving the safety of workers. All the resources needed to repeat the experiments are openly accessible, including the code and datasets.
创建时间:
2023-02-09



