sagecontinuum/solarirradiancedataset
收藏资源简介:
该数据集用于通过地面图像估计太阳辐照度,以帮助太阳能发电、天气预报、气候变化研究和智能家居管理。数据包括从Sage Waggle Node的顶部摄像头拍摄的图像,以及来自阿贡国家实验室塔的太阳辐照度值。数据预处理阶段创建了一个CSV文件,将图像与相应的太阳辐照度值匹配,并排除了夜间照片,仅使用夏季照片。训练过程中,图像被调整为224x224大小,并进行了随机翻转和旋转以增强模型的泛化能力。最终,ResNet 50模型表现最佳,平均绝对误差为82。未来计划包括增加训练数据以减少误差,改进对薄云层和日出日落时的辐照度估计,以及实现基于数据模式的辐照度预测功能。
This dataset is designed to estimate solar irradiance from ground-level images, supporting solar power generation, weather forecasting, climate change research, and smart home management. It includes images captured by the top-mounted camera of a Sage Waggle Node, alongside solar irradiance values collected from the tower at Argonne National Laboratory. During the data preprocessing phase, a CSV file was generated to align images with their corresponding solar irradiance values; nighttime photographs were excluded, and only summer images were retained. For the training process, images were resized to 224x224 pixels and subjected to random flipping and rotation to boost the model's generalization ability. Ultimately, the ResNet-50 model delivered the best performance, achieving a Mean Absolute Error (MAE) of 82. Future work plans include expanding the training dataset to reduce prediction error, improving irradiance estimation for thin cloud cover and during sunrise and sunset, and implementing irradiance prediction functions based on data patterns.
数据集概述
数据集信息
- 特征:
image: 图像数据,类型为imageirradiance: 辐照度数据,类型为float32
- 分割:
full: 完整数据集,包含 1000 个样本,总大小为 13466250 字节
- 下载大小: 14234112 字节
- 数据集大小: 13466250 字节
- 标签:
climate
- 许可证: MIT
数据预处理
- 创建了一个 CSV 文件,将图像与其对应的太阳辐照度值进行匹配。
- 图像来自 Sage Waggle Node 的顶部相机,辐照度值来自 Argonne 国家实验室的塔读数。
- 排除了夜间照片,仅使用夏季照片,并将原始 2000x2000 像素的图像缩小到 500x500 像素。
训练和模型
- 图像在转换为张量之前被调整大小到 224x224 像素,并随机翻转和旋转以提高模型的泛化能力。
- 比较了预训练的 ResNet 模型和 VGG-16 模型,替换了最后一层全连接层以输出连续值。
- 发现 ResNet 50 模型表现最佳,平均绝对误差为 82。
未来方向
- 增加训练数据以降低平均绝对误差(MAE)。
- 解决薄云层导致的模型误差问题。
- 改进日出和日落时的辐照度值预测。
- 实现基于收集数据模式的太阳辐照度水平预测功能。




