14 datasets found
  1. f

    RDD2022 - The multi-national Road Damage Dataset released through CRDDC'2022...

    • figshare.com
    bin
    Updated May 30, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Deeksha Arya; Hiroya Maeda; Yoshihide Sekimoto; Hiroshi Omata; Sanjay Kumar Ghosh; Durga Toshniwal; Madhavendra Sharma; Van Vung Pham; Jingtao Zhong; Muneer Al-Hammadi; Mamoona Birkhez Shami; Du Nguyen; Hanglin Cheng; Jing Zhang; Alex Klein-Paste; Helge Mork; Frank Lindseth; Toshikazu Seto; Alexander Mraz; Takehiro Kashiyama (2023). RDD2022 - The multi-national Road Damage Dataset released through CRDDC'2022 [Dataset]. http://doi.org/10.6084/m9.figshare.21431547.v1
    Explore at:
    binAvailable download formats
    Dataset updated
    May 30, 2023
    Dataset provided by
    figshare
    Authors
    Deeksha Arya; Hiroya Maeda; Yoshihide Sekimoto; Hiroshi Omata; Sanjay Kumar Ghosh; Durga Toshniwal; Madhavendra Sharma; Van Vung Pham; Jingtao Zhong; Muneer Al-Hammadi; Mamoona Birkhez Shami; Du Nguyen; Hanglin Cheng; Jing Zhang; Alex Klein-Paste; Helge Mork; Frank Lindseth; Toshikazu Seto; Alexander Mraz; Takehiro Kashiyama
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Description

    The Road Damage Dataset, RDD2022, is released as a part of the Crowdsensing-based Road Damage Detection Challenge (CRDDC'2022), an IEEE BigData Cup. It comprises 47,420 road images from six countries, Japan, India, the Czech Republic, Norway, the United States, and China. The images have been annotated with more than 55,000 instances of road damage. Four types of road damage, namely longitudinal cracks, transverse cracks, alligator cracks, and potholes, are captured in the dataset.

    Usage

    The annotated dataset is envisioned for developing deep learning-based methods to detect and classify road damage automatically. The municipalities and road agencies may utilize the RDD2022 dataset, and the models trained using RDD2022 for low-cost automatic monitoring of road conditions. Further, computer vision and machine learning researchers may use the dataset to benchmark the performance of different algorithms for other image-based applications of the same type (classification, object detection, etc.).

    For further details, please refer to the CRDDC'2022 resources.

  2. R

    Rdd2022 Dataset

    • universe.roboflow.com
    zip
    Updated Nov 19, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Sadekaly (2024). Rdd2022 Dataset [Dataset]. https://universe.roboflow.com/sadekaly/rdd2022-rbs8t/model/1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Nov 19, 2024
    Dataset authored and provided by
    Sadekaly
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Object_detect Bounding Boxes
    Description

    RDD2022

    ## Overview
    
    RDD2022 is a dataset for object detection tasks - it contains Object_detect annotations for 4,804 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  3. m

    N-RDD2024:Road damage and defects

    • data.mendeley.com
    Updated Jan 8, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Ömer KAYA (2024). N-RDD2024:Road damage and defects [Dataset]. http://doi.org/10.17632/27c8pwsd6v.3
    Explore at:
    Dataset updated
    Jan 8, 2024
    Authors
    Ömer KAYA
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    The RDD2022 dataset contains road images from six countries (India, Japan, Czech Republic, Norway, China, and USA). However, in the presented dataset, four damage types were considered. There are many road defects in road networks. The edited and updated dataset is called N-RDD2024. 10 different types of defects were considered in this dataset. The defect classes labeled are longitudinal cracks (D00), transverse cracks (D10), alligator cracks (D20), repaired cracks (D30), potholes (D40), pedestrian crossing blurs (D50), lane line blurs (D60), manhole covers (D70), patchy road sections (D80) and rutting (D90), respectively. The process of detecting and classifying all defects in road pavement will become more robust for institutions/organizations and researchers.

  4. f

    Ablation experiment.

    • plos.figshare.com
    xls
    Updated Jun 18, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Yuxi Zhao; Baoyong Shi; Xiaoguang Duan; Wenxing Zhu; Liying Ren; Chang Liao (2025). Ablation experiment. [Dataset]. http://doi.org/10.1371/journal.pone.0324439.t001
    Explore at:
    xlsAvailable download formats
    Dataset updated
    Jun 18, 2025
    Dataset provided by
    PLOS ONE
    Authors
    Yuxi Zhao; Baoyong Shi; Xiaoguang Duan; Wenxing Zhu; Liying Ren; Chang Liao
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Road damage detection is of great significance to traffic safety and road maintenance. However, the existing target detection technology still has shortcomings in accuracy, real-time and adaptability. In order to meet this challenge, this study constructed SEA-YOLO v8 model for road damage detection. Firstly, the SBS module is constructed to optimize the computational complexity, achieve real-time target detection under limited hardware resources, successfully reduce the model parameters, and make the model more lightweight; Secondly, we integrate the EMA attention mechanism module into the neck component, enabling the model to utilize feature information from different layers, enabling the model to selectively focus on key areas and improve feature representation; Then, an adaptive attention feature pyramid structure is proposed to enhance the feature fusion capability of the network; Finally, lightweight shared convolutional detection head (LSCD-Head) is introduced to improve feature representation and reduce the number of parameters. The experimental results on the RDD2022 dataset show that the SEA-YOLO v8 model has achieved 63.2% mAP50. The performance is better than yolov8 model and mainstream target detection model. This shows that in complex urban traffic scenarios, the model has high detection accuracy and adaptability, can accurately locate and detect road damage, save manpower and material resources, provide guidance for road damage assessment and maintenance, and promote the sustainable development of urban roads.

  5. R

    Yolov8 Rdd2022 Dataset

    • universe.roboflow.com
    zip
    Updated Apr 27, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Datasyn YOLOv8 (2023). Yolov8 Rdd2022 Dataset [Dataset]. https://universe.roboflow.com/datasyn-yolov8/yolov8-rdd2022/dataset/1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Apr 27, 2023
    Dataset authored and provided by
    Datasyn YOLOv8
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Road Damage Bounding Boxes
    Description

    YOLOv8 Rdd2022

    ## Overview
    
    YOLOv8 Rdd2022 is a dataset for object detection tasks - it contains Road Damage annotations for 274 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  6. RDD2022

    • kaggle.com
    Updated Aug 24, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Khaled Abdelgaber (2024). RDD2022 [Dataset]. https://www.kaggle.com/datasets/khaledabdelgaber/rdd2022/code
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Aug 24, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Khaled Abdelgaber
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Description
  7. R

    Ai Pothole Detection Dataset

    • universe.roboflow.com
    zip
    Updated Mar 29, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    pothole (2024). Ai Pothole Detection Dataset [Dataset]. https://universe.roboflow.com/pothole-wipm4/ai-pothole-detection-hitzl/model/1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Mar 29, 2024
    Dataset authored and provided by
    pothole
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Pothole Bounding Boxes
    Description
  8. R

    Potholedetectionrdd2022 Dataset

    • universe.roboflow.com
    zip
    Updated Jan 3, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    POTHOLE DETECTION RDD2022 (2025). Potholedetectionrdd2022 Dataset [Dataset]. https://universe.roboflow.com/pothole-detection-rdd2022/potholedetectionrdd2022/model/1
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jan 3, 2025
    Dataset authored and provided by
    POTHOLE DETECTION RDD2022
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Variables measured
    POTHOLE Bounding Boxes
    Description

    PotholeDetectionRDD2022

    ## Overview
    
    PotholeDetectionRDD2022 is a dataset for object detection tasks - it contains POTHOLE annotations for 38,384 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [Public Domain license](https://creativecommons.org/licenses/Public Domain).
    
  9. rdd2022_v1

    • kaggle.com
    Updated Sep 25, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Khaled Abdelgaber (2024). rdd2022_v1 [Dataset]. https://www.kaggle.com/datasets/khaledabdelgaber/rdd2022-v1/versions/2
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Sep 25, 2024
    Dataset provided by
    Kagglehttp://kaggle.com/
    Authors
    Khaled Abdelgaber
    Description

    Dataset

    This dataset was created by Khaled Abdelgaber

    Contents

    rdd raw dataset

  10. P

    RDD-2020 Dataset

    • paperswithcode.com
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Deeksha Arya; Hiroya Maeda; Sanjay Kumar Ghosh; Durga Toshniwal; Alexander Mraz; Takehiro Kashiyama; Yoshihide Sekimoto, RDD-2020 Dataset [Dataset]. https://paperswithcode.com/dataset/rdd-2020
    Explore at:
    Authors
    Deeksha Arya; Hiroya Maeda; Sanjay Kumar Ghosh; Durga Toshniwal; Alexander Mraz; Takehiro Kashiyama; Yoshihide Sekimoto
    Description

    The Road Damage Dataset 2020 (RDD-2020) Secondly is a large-scale heterogeneous dataset comprising 26620 images collected from multiple countries using smartphones. The images are collected from roads in India, Japan and the Czech Republic.

  11. R

    Rdd2022_china_drone Dataset

    • universe.roboflow.com
    zip
    Updated Feb 27, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    NDT (2023). Rdd2022_china_drone Dataset [Dataset]. https://universe.roboflow.com/ndt-szs8f/rdd2022_china_drone
    Explore at:
    zipAvailable download formats
    Dataset updated
    Feb 27, 2023
    Dataset authored and provided by
    NDT
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    China
    Variables measured
    Road Damage Bounding Boxes
    Description

    RDD2022_China_Drone

    ## Overview
    
    RDD2022_China_Drone is a dataset for object detection tasks - it contains Road Damage annotations for 2,393 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  12. R

    Rdd2022_drone Dataset

    • universe.roboflow.com
    zip
    Updated May 15, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    segmentpavementdiseases (2024). Rdd2022_drone Dataset [Dataset]. https://universe.roboflow.com/segmentpavementdiseases/rdd2022_drone
    Explore at:
    zipAvailable download formats
    Dataset updated
    May 15, 2024
    Dataset authored and provided by
    segmentpavementdiseases
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Crack Ngnf Bounding Boxes
    Description

    RDD2022_Drone

    ## Overview
    
    RDD2022_Drone is a dataset for object detection tasks - it contains Crack Ngnf annotations for 2,510 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  13. R

    Rdd2022_china_drone 2 Dataset

    • universe.roboflow.com
    zip
    Updated Jun 2, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    intern20231 (2024). Rdd2022_china_drone 2 Dataset [Dataset]. https://universe.roboflow.com/intern20231/rdd2022_china_drone-2
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jun 2, 2024
    Dataset authored and provided by
    intern20231
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Area covered
    China
    Variables measured
    Distress PCJx Bounding Boxes
    Description

    RDD2022_china_drone 2

    ## Overview
    
    RDD2022_china_drone 2 is a dataset for object detection tasks - it contains Distress PCJx annotations for 3,030 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  14. R

    Roboscout_rdd2022_subset Dataset

    • universe.roboflow.com
    zip
    Updated Jun 19, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    RoadScout (2025). Roboscout_rdd2022_subset Dataset [Dataset]. https://universe.roboflow.com/roadscout/roboscout_rdd2022_subset
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jun 19, 2025
    Dataset authored and provided by
    RoadScout
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Potholes Polygons
    Description

    Roboscout_rdd2022_subset

    ## Overview
    
    Roboscout_rdd2022_subset is a dataset for instance segmentation tasks - it contains Potholes annotations for 23,471 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  15. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Deeksha Arya; Hiroya Maeda; Yoshihide Sekimoto; Hiroshi Omata; Sanjay Kumar Ghosh; Durga Toshniwal; Madhavendra Sharma; Van Vung Pham; Jingtao Zhong; Muneer Al-Hammadi; Mamoona Birkhez Shami; Du Nguyen; Hanglin Cheng; Jing Zhang; Alex Klein-Paste; Helge Mork; Frank Lindseth; Toshikazu Seto; Alexander Mraz; Takehiro Kashiyama (2023). RDD2022 - The multi-national Road Damage Dataset released through CRDDC'2022 [Dataset]. http://doi.org/10.6084/m9.figshare.21431547.v1

RDD2022 - The multi-national Road Damage Dataset released through CRDDC'2022

Explore at:
8 scholarly articles cite this dataset (View in Google Scholar)
binAvailable download formats
Dataset updated
May 30, 2023
Dataset provided by
figshare
Authors
Deeksha Arya; Hiroya Maeda; Yoshihide Sekimoto; Hiroshi Omata; Sanjay Kumar Ghosh; Durga Toshniwal; Madhavendra Sharma; Van Vung Pham; Jingtao Zhong; Muneer Al-Hammadi; Mamoona Birkhez Shami; Du Nguyen; Hanglin Cheng; Jing Zhang; Alex Klein-Paste; Helge Mork; Frank Lindseth; Toshikazu Seto; Alexander Mraz; Takehiro Kashiyama
License

Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
License information was derived automatically

Description

Description

The Road Damage Dataset, RDD2022, is released as a part of the Crowdsensing-based Road Damage Detection Challenge (CRDDC'2022), an IEEE BigData Cup. It comprises 47,420 road images from six countries, Japan, India, the Czech Republic, Norway, the United States, and China. The images have been annotated with more than 55,000 instances of road damage. Four types of road damage, namely longitudinal cracks, transverse cracks, alligator cracks, and potholes, are captured in the dataset.

Usage

The annotated dataset is envisioned for developing deep learning-based methods to detect and classify road damage automatically. The municipalities and road agencies may utilize the RDD2022 dataset, and the models trained using RDD2022 for low-cost automatic monitoring of road conditions. Further, computer vision and machine learning researchers may use the dataset to benchmark the performance of different algorithms for other image-based applications of the same type (classification, object detection, etc.).

For further details, please refer to the CRDDC'2022 resources.

Search
Clear search
Close search
Google apps
Main menu