Skip to content
/ KOA Public

This repository contains code for a computer vision project focused on automating the classification of Knee Osteoarthritis (OA) severity based on Kellgren-Lawrence (KL) grades.

Notifications You must be signed in to change notification settings

hardikk65/KOA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Classification of Knee Osteoarthritis based on KL grades using Computer Vision

Description

This project focuses on using computer vision techniques to classify Knee Osteoarthritis (OA) severity based on Kellgren-Lawrence (KL) grades. KL grades are commonly used to assess the progression of knee OA through radiographic imaging. By leveraging deep learning and ordinal classification techniques, specifically using CNN (VGG 19) architecture and PyTorch framework, the project aims to automate the grading process, providing a more objective assessment compared to traditional methods.

Technologies Used

  • PyTorch
  • CNN (VGG 19)
  • Transfer Learning
  • Ordinal classification techniques based on referenced paper (arxiv 2111.08851v5)

Features

  • Automated classification of knee OA severity into KL grades using deep learning.
  • Utilization of CNN (VGG 19) for feature extraction and classification.
  • Ordinal classification approach for handling ordinal KL grades.

Metrics

  • Model Accuracy:Achieved an accuracy of 81.57% on test data.
  • Confusion Matrix: Confusion Matrix

About

This repository contains code for a computer vision project focused on automating the classification of Knee Osteoarthritis (OA) severity based on Kellgren-Lawrence (KL) grades.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages