Solar Panel Inspection
[object_detection]This dataset contains 161 aerial thermal images of various environments, such as fields, roads, residential areas, parking lots, and more. 100 of the dataset images contain visible solar panels with and/or without faulty cells, while 61 images are background images (no visible solar panels). The goal of this dataset is to provide valuable resources to train Computer Vision models capable of identifying solar panels and their faults.
If you'd like to train an Object Detection Model with this dataset, you can follow the step by step guide in our tensorflow-object-detection GitHub repository
The dataset includes 9.047 annotations across the following object classes:
The dataset is annotated in the YOLO annotation format, in which each annotation corresponds to a single line in a text file, with each line representing one object instance. The format for each line is as follows:
<object-class> <x_center> <y_center> <width> <height>
<object-class>
: The integer index representing the object's class based on the order they appear in the classes.txt
file.
<x_center>
, <y_center>
: The normalized coordinates of the center of the bounding box with respect to the width and height of the image. Both <x_center>
and <y_center>
should be in the range [0, 1]. The top-left corner of the image is (0,0), and the bottom-right corner is (1,1).
<width>
, <height>
: The normalized width and height of the bounding box, also relative to the width and height of the image. Both <width>
and <height>
should be in the range [0, 1].
For any questions or issues related to the dataset, please contact contact@amlstation.com
.
🔗 Visit our website: www.amlstation.com
🔗 Follow us on LinkedIn: www.linkedin.com/company/amlstation
License: CC BY 4.0
This dataset is based on SolarPanelDetectModel Computer Vision Project, which is licensed under a Creative Commons Attribution 4.0 International License.
The following changes were made to the original dataset:
_darknet.labels
files, were placed in classes.txt
;You can find the complete license text at the Creative Commons website: https://creativecommons.org/licenses/by/4.0/
Download this dataset! You will be asked to login first.
12 downloads 161 images Uploaded 26 Jul 2023, 8:00 pm