1 Star 0 Fork 1

Mike_W / InsulatorDataSet

forked from alphakappa / InsulatorDataSet 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

Insulator Data Set - Chinese Power Line Insulator Dataset (CPLID)

Provide normal insulator images captured by UAVs and synthetic defective insulator images.

@article{tao2018detection,
  title={Detection of Power Line Insulator Defects Using Aerial Images Analyzed With Convolutional Neural Networks},
  author={Tao, Xian and Zhang, Dapeng and Wang, Zihao and Liu, Xilong and Zhang, Hongyan and Xu, De},
  journal={IEEE Transactions on Systems, Man, and Cybernetics: Systems},
  year={2018},
  publisher={IEEE}
}

This dataset is divided into two part:

  • Normal_Insulators contains the normal insulators capture by UAVs. The number of the normal insulator images is 600.

  • Defective_Insulators contains the insulators with defect. The number of the defective insulator images is 248. Since we don't have too much defective insulators, the data augmentation method is applied. These images are synthesized by following process:

    • Use the algorithm in TVSeg to segment the defective insulator from a small part original images, the segment results are the mask images;
    • Use affine transform to augment the original images and their mask, the augmentation results is a lot of original-mask image pairs;
    • Use these image pairs to train the U-Net;
    • Use the trained U-Net to segment the rest part of images;
    • Attach the insulators in different backgrounds.

Both these two directories contain two subdirectories, one called images contains the image files, the other called labels contains the VOC2007 format annotations.

  • The labels of Normal_Insulators contains only the annotations of insulators;
  • The labels of Defective_Insulators contains not only the annotations of insulators but also the annotations of defects which on the insulators.

The images is provided by the State Grid Corporation of China, and the dataset is made by WANG Zi-Hao. If you have any question about this dataset, feel free to contact zhwang0721@gmail.com.

空文件

简介

Provide normal insulator images captured by UAVs and synthetic defective insulator images. 展开 收起
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
1
https://gitee.com/Mike_W/InsulatorDataSet.git
git@gitee.com:Mike_W/InsulatorDataSet.git
Mike_W
InsulatorDataSet
InsulatorDataSet
master

搜索帮助