WeatherNet-05
收藏魔搭社区2025-12-03 更新2025-05-10 收录
下载链接:
https://modelscope.cn/datasets/prithivMLmods/WeatherNet-05
下载链接
链接失效反馈官方服务:
资源简介:
# WeatherNet-05-18039
## Overview
WeatherNet-05 is a weather image classification dataset consisting of 18,039 images labeled into 5 distinct weather-related classes. The dataset is suitable for training and evaluating computer vision models on the task of classifying weather conditions based on image data.
## Dataset Structure
- **Split:** `train`
- **Number of rows:** 18,039
- **Label Type:** Categorical (5 classes)
- **Image Resolution:** Varies (from 90px to 4.86k px width)
- **File Format:** Auto-converted to Parquet for efficient processing
## Label Classes
The dataset contains the following classes (not fully visible in the image but inferred from partial data):
- cloudy or overcast
- [4 other class names not displayed in the screenshot]
## Usage
You can use the dataset directly with Hugging Face's `datasets` library:
```python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/WeatherNet-05-18039")
````
## Applications
This dataset is ideal for:
* Weather image classification
* Transfer learning with visual transformers
* Fine-tuning pre-trained computer vision models
## Related Models
This dataset has been used to train or fine-tune models such as:
* `prithivMLmods/Weather-Image-Classification` (Image Classification)
## Collections
This dataset is part of the collection:
* `Content Filters SigLIP2/ViT` (Moderation, Balance, Contextual Understanding)
# WeatherNet-05-18039
## 概览
WeatherNet-05 是一款天气图像分类数据集,包含18039张标注图像,共划分为5个独立的天气相关类别。该数据集可用于基于图像数据开展天气状况分类任务的计算机视觉(Computer Vision)模型的训练与评估。
## 数据集结构
- **数据集拆分**:训练集(train)
- **样本总数**:18039
- **标签类型**:分类标签(共5个类别)
- **图像分辨率**:宽度范围为90像素至4.86千像素,分辨率不统一
- **文件格式**:自动转换为Parquet格式以优化处理效率
## 标签类别
本数据集包含以下类别(截图未完全展示,仅通过部分数据推断得出):
- 多云或阴天(cloudy or overcast)
- 【截图中未显示的其余4个类别名称】
## 使用方法
你可以直接通过Hugging Face的`datasets`库加载该数据集:
python
from datasets import load_dataset
dataset = load_dataset("prithivMLmods/WeatherNet-05-18039")
## 应用场景
本数据集适用于以下任务:
* 天气图像分类
* 视觉Transformer(Visual Transformer)的迁移学习
* 预训练计算机视觉模型的微调
## 相关模型
本数据集已被用于训练或微调以下模型:
* `prithivMLmods/Weather-Image-Classification`(图像分类任务)
## 所属数据集合集
本数据集隶属于以下合集:
* `Content Filters SigLIP2/ViT`(内容审核、均衡性与上下文理解)
提供机构:
maas
创建时间:
2025-05-07
搜集汇总
数据集介绍

背景与挑战
背景概述
WeatherNet-05是一个包含18,039张图像的天气分类数据集,分为5个类别,适用于计算机视觉模型的训练和评估。图像分辨率多样,文件格式为Parquet以提高处理效率。
以上内容由遇见数据集搜集并总结生成



