OLiVES
收藏资源简介:
OLiVES 是一个用于低光视频增强和视频对象分割的新基准数据集。该数据集包含超过 25,000 帧对齐的正常光照/低光照视频帧,以及超过 46,000 个视频对象分割标注。数据集结构上,低光视频帧存储在 `input/` 文件夹,正常光照视频帧存储在 `gt/` 文件夹,两者具有相同的视频文件夹名称和帧名称以确保对齐。该数据集适用于视频增强(LLVE)和视频对象分割(VOS)任务,用户可通过运行 `python VOS_dataset_mapper.py` 生成VOS任务所需的视频数据。数据集采用 Apache-2.0 许可,主要语言为英语,属于中等规模数据集(10K-100K样本量),特别适用于低光环境下的视频处理研究。
OLiVES is a new benchmark dataset for low-light video enhancement and video object segmentation. It contains over 25,000 aligned normal-light/low-light video frames and more than 46,000 video object segmentation annotations. Structurally, the low-light video frames are stored in the `input/` folder, while the normal-light video frames are stored in the `gt/` folder, with the same video folder names and frame names to ensure alignment. The dataset is suitable for video enhancement (LLVE) and video object segmentation (VOS) tasks. Users can generate the video data required for VOS tasks by running `python VOS_dataset_mapper.py`. The dataset is licensed under Apache-2.0, primarily in English, and is a medium-scale dataset (10K-100K samples), particularly suitable for video processing research in low-light environments.
OLiVES 数据集概述
OLiVES 是一个面向室外低光照视频增强与视频目标分割的基准数据集。
基本信息
- 数据集名称: OLiVES
- 许可证: Apache-2.0
- 语言: 英语
- 任务类型: 视频到视频、掩码生成
- 标签: 低光照、视频、增强、分割
- 数据规模: 10,000 < n < 100,000
数据集规模
- 包含超过 25,000 对对齐的正常光照/低光照帧
- 包含超过 46,000 个视频目标分割标注
数据集任务
1. 低光照视频增强(LLVE)
- 对齐帧的视频文件夹名称和帧名称在
input/(低光照视频)和gt/(正常光照视频)中完全相同。
2. 视频目标分割(VOS)
- 需运行
python VOS_dataset_mapper.py来创建 VOS 任务所需的视频文件。




