Skip to content

Highly Accurate and Efficient Burn detection and Classification trained with Deep Learning Model

License

Notifications You must be signed in to change notification settings

whfay/Burn-Detection-Classification

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skin Burn Detection

Official implementation of the paper Deep learning based burn detection model

GitHub Repo stars GitHub followers GitHub watchers GitHub forks

Author: Michael Wang

Supported Environment:

Project Overview:

The goal of this project is to develop a deep learning-based burn detection model that converts the burn detection problem into an object detection problem. Deep learning algorithms are then used to quickly locate burn locations in images and rank burn depths according to visual features of the images.

The burn detection accuracy has reached 84% and the mAP has reached 70%, which is able to perform excellent burn depth determination and recognition in everyday medical situations. These improvements were made by modifying the network structure of the most recent Yolov7 model and using a variety of widely used target detection frameworks. This is the simplest and least expensive method of diagnosing burns that do not need expert assistance. It will play an important role in disaster relief and remote mountainous counties and towns with insufficient medical resources.

Documentation:

Quick Start:

The two easiest ways to get your feet wet is by directly running the notebooks created on Kaggle and Google Colab. The environments are already set up and you can directly train from scratch. (Aprox. 4-5 hours for one complete set of training) You may also find the notebooks directly in the notebooks folder.

The Kaggle Notebook:

Kaggle

The Colab Notebook:

Open In Colab

Todos:

  • Finish Colab Notebook [2022.8.18]
  • Set up the rest of the code space
  • Flask Environment for the trained model
  • Finish Paper

Resources:

  • Pretrained Models and weights
  • Datasets
  • Burn Guidelines

Latest Updates:

GitHub last commit GitHub commit activity GitHub repo size

Special Thanks:

Acknowledgements

Expand

About

Highly Accurate and Efficient Burn detection and Classification trained with Deep Learning Model

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%