My road crack dataset Computer Vision Dataset

byNewRoadCrackTask:
Object Detection
License:CC BY 4.06.66k views235 downloads

About My road crack dataset Dataset

Here are a few use cases for this project:

  1. Infrastructure Maintenance: This computer vision model can help local government agencies, transportation departments, and infrastructure management companies identify road damage, prioritize repair work, and optimize maintenance schedules based on the types and severity of road cracks detected.

  2. Road Safety Improvement: Using the model to identify and monitor road crack classes in real-time, traffic management centers can provide drivers with up-to-date information on road conditions, helping them avoid hazardous routes, reducing accidents, and enhancing overall road safety.

  3. Autonomous Vehicle Navigation: Integration of the model into the systems of autonomous vehicles can enable them to detect and avoid road cracks or potholes, ensuring a smooth and safe driving experience for passengers.

  4. Road Quality Assessment: Urban planning and infrastructure development agencies can use this model to assess the quality of existing roads in various locations, helping prioritize funding and allocation of resources for road construction and repair projects.

  5. Insurance Claim Analysis: Insurance companies can leverage the model to assess road conditions at the time of accidents, which can aid in determining liability and evaluating the legitimacy of insurance claims related to road damages.

Use Free Pothole, Crocodile and Longitudinal Detection API

Powered by general detection model

Code
pip install inference-sdk
# 1. Import the library
from inference_sdk import InferenceHTTPClient

# 2. Connect to your workspace
client = InferenceHTTPClient(
  api_url="https://serverless.roboflow.com",
  api_key="API_KEY"
)

# 3. Run your workflow on an image
result = client.run_workflow(
  workspace_name="<YOUR_WORKSPACE>",
  workflow_id="<YOUR_WORKFLOW_ID>",
  images={
    "image": "YOUR_IMAGE.jpg"  # Path to your image file
  },
  parameters={
    "classes": "Pothole, Crocodile, Longitudinal, Transverse"
  },
  use_cache=True  # cache workflow definition for 15 minutes
)

# 4. Get your results
print(result)

Run on custom image

Drop an image here or click to upload

Detecting classes:
Or try a test image 

Cite This Project

LicenseCC BY 4.0

If you use this dataset in a research paper, please cite it using the following BibTeX:

@misc{ my-road-crack-dataset_dataset,
  title = { My road crack dataset Dataset },
  type = { Open Source Dataset },
  author = { NewRoadCrack },
  howpublished = { \url{ https://universe.roboflow.com/newroadcrack/my-road-crack-dataset } },
  url = { https://universe.roboflow.com/newroadcrack/my-road-crack-dataset },
  journal = { Roboflow Universe },
  publisher = { Roboflow },
  year = { 2023 },
  month = { jan },
  note = { visited on 2026-07-29 },
}

Similar Projects

See More