Road damage detection#1085
Open
Adhavan1801 wants to merge 18 commits into
Open
Conversation
|
Our team will soon review your PR. Thanks @Adhavan1801 :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for DL-Simplified 💡
Issue Title : Add Multi-Modal Deep Learning Framework for Road Damage Detection
Closes: #1074
Describe the add-ons or changes you've made 📃
Added a complete Multi-Modal Road Damage Detection project under
Multi-Modal Road Damage Detection/with the following:Jupyter Notebook (
Model/Road_Damage_Detection.ipynb) implementing 4 deep learning models:Dataset: RDD-2022 (Road Damage Dataset) with 26,869 train / 5,758 val / 5,758 test images across 4 damage classes (D00, D10, D20, D40) from multiple countries
Training features: Early stopping (patience=5), Cosine Annealing LR scheduler, GPU-accelerated training (RTX 5060, 8.5GB VRAM)
Grad-CAM visualizations for all 3 classification models to explain predictions
Model results CSV (
Model/model_results_summary.csv) with accuracy, precision, recall, F1-score, and inference latency for all modelsComprehensive README.md with dataset details, model architectures, training pipeline, EDA plots, results table, and setup instructions
Type of change ☑️
How Has This Been Tested? ⚙️
scikit-learnTest Results:
Checklist: ☑️