ppdd

This repo provide guidance for port road data and codes for road crack segmentation.

https://github.com/leayoon/ppdd

Science Score: 31.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.7%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

This repo provide guidance for port road data and codes for road crack segmentation.

Basic Info
  • Host: GitHub
  • Owner: LeaYoon
  • License: mit
  • Default Branch: main
  • Size: 5.86 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

PPDD

This repo provide guidance for port road data and codes for road crack segmentation.

Intallation

This code is tested under torch==2.0.1 and Geforce RTX 3080

Dataset Preparation

PPDD Dataset download link : Click here to try

Dataset path is set from config file following mmdetection and mmsegmentation protocol. If you are new to those protocol, refer to the documentation

A typical top-level directory layout

PPDD
├── datasets                # dataset root directory
├── mmdetection
├── mmsegmentation
├── visualization_mmdet
└── README.md

Training and Test

This codebase is same with mmdetection and mmsegmentation. Therefore, you can reproduce our experiment with only uploaded configuration file and mmdetection command PPDD/mmdetection/config/PPDD

Training

```Python

instance segmentation with mask2former-swins

python tools/train.py

semantic segmentation with deeplabv3+

python tools/train.py ```

Test

python tools/test.py <SEMANTIC_CONFIG_FILE> <MODEL_PATH> --show-dir <OUTPUT_PATH>

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Yoon"
  given-names: "Hyemin"
  orcid: "https://orcid.org/0009-0006-2693-759X"
title: "PPDD"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2025-04-01
url: "https://github.com/LeaYoon/PPDD"

GitHub Events

Total
  • Watch event: 1
  • Push event: 7
  • Create event: 2
Last Year
  • Watch event: 1
  • Push event: 7
  • Create event: 2