Electric Power Fuse Identification with Deep Learning
DOI10.5281/zenodo.7613425Zenodo7613425MaRDI QIDQ6700111
Dataset published at Zenodo repository.
Author name not available (Why is that?)
Publication date: 6 February 2023
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 todata/annotations/ in the cloned GitHub repository. final_model.pkl: Final trained model. Save the file anywhere and selectit 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.
This page was built for dataset: Electric Power Fuse Identification with Deep Learning