RBOD: An annotated satellite imagery dataset for automated river barrier object detection
收藏NIAID Data Ecosystem2026-05-02 收录
下载链接:
https://zenodo.org/record/13969065
下载链接
链接失效反馈官方服务:
资源简介:
Introduction:
Millions of river barriers have been constructed worldwide for flood control, hydropower generation, and agricultural irrigation. The lack of comprehensive records on the locations and types of river barriers, particularly small barriers such as weirs, limits our ability to assess their societal and environmental impacts. Integrating satellite imagery with object detection algorithms holds promise for the automatic identification of river barriers on a global scale. However, achieving this objective requires high-quality image datasets for algorithm training and testing. Hence, this study presents a large-scale dataset named the River Barrier Object Detection (RBOD), making it the first publicly available dataset specifically for river barrier object detection.
The RBOD dataset comprises 4,872 high-resolution satellite images and 11,741 meticulously annotated oriented bounding boxes (OBBs). In this dataset, river barriers can be classified into five classes: dams, groynes, locks, sluices, and weirs. The effectiveness of the RBOD dataset was validated using five typical object detection algorithms, namely YOLOV8-OBB, Oriented R-CNN, Rotated Faster R-CNN, R3Det, and Rotated RetinaNet, which provide performance benchmarks for future applications.
Usage Notes:
The RBOD dataset consists of three folders (namely, 'images', 'labels_voc', and 'labels_yolo') and a .txt file named 'class':
·'images' folder - contains 4872 satellite images (.jpg).
·'labels_voc' folder - contains 11,741 .xml files for annotations in PASCAL VOC format. In these .xml files, the position of OBB is represented as (cx, cy, width, height, angle), where 'cx' and 'cy' denote the center coordinates, 'width' and 'height' are the lengths along the x- and y-axes, and 'angle' is the clockwise rotation angle relative to the x-axis.
·'labels_yolo' folder - contains 11,741 .txt files for annotations in YOLO format. In these .txt files, the OBB is represented as (class_index, x1, y1, x2, y2, x3, y3, x4, y4), where ‘class_index’ denotes the target category, and ‘x1, y1, x2, y2, x3, y3, x4, y4’ are the normalized coordinates of the four corners of the bounding box.
·'class' txt file - record the classifications of river barriers and their indices, which correspond to the ‘class_index’.
Note that each folder splits into three subfolders: train (70%), test (20%), and val (10%).
创建时间:
2024-10-25



