Skip to content

AyselRahimli/Aircraft_Damage_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Aircraft_Damage_Classification

This project uses transfer learning with VGG16 to classify aircraft damage as "dent" or "crack" and BLIP transformer model to generate natural language descriptions of the damage. The VGG16 model (pretrained on ImageNet with frozen base layers) achieved 71.88% test accuracy using a simple architecture with two 512-unit dense layers and 0.3 dropout, trained for 5 epochs on the Roboflow aircraft damage dataset. The BLIP model successfully generates captions and summaries that describe damage location and characteristics. While the model shows successful learning above the 50% baseline, overfitting was observed (15% gap between training and validation accuracy), which could be improved with data augmentation, callbacks, and reduced model complexity.

image image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors