gu-blanco / qtdu

QTDU - Quality of Tissues from Dermatological Ulcers
0 stars 2 forks source link

QTDU - Quality of Tissues from Dermatological Ulcers

WARNING: Before we get started, please notice QTDU is NOT a clinical software/prototype. Repository data is for demonstration and reproducibility purposes ONLY.

The repository provides QTDU implementation, as well as numerical datasets and image sets used in the validation of the approach. Paper link: https://www.sciencedirect.com/science/article/pii/S0169260719306753

QTDU is an approach that combines deep learning models to superpixel-driven segmentation methods for assessing the quality of tissues from dermatological ulcers. The approach consists of a three-stage pipeline for the obtaining of ulcer segmentation, tissues' labeling, and pixelwise area quantification, as follows:

QTDU was implemented in Python 3.0 using third-party libraries Tensorflow, Keras and Pandas. Weka Framework was also used for some experimental evaluations.

1. Minimum Requirements

We suggest the use of a GPU-based cluster for speeding up the deep learning models' training time.

2. QTDU Implementation

QTDU implementation is divided into two main blocks, as follows:

3. QTDU Datasets

Datasets' repository is organized as follow:

4. Additional Information and Legal Note

Third-party codes are subject to their own restrictions and licenses.

Data in this repository are provided 'as is' and any expressed or implied warranties, including but not limited to, the implied warranties of merchantability and fitness for a particular purpose are disclaimed. In no event shall the authors of this software or its contributors be liable for any direct, indirect, incidental, special, exemplary, or consequential damages (including but not limited to, procurement of substitutive goods or services, loss of use, data, or profits; or business interruption) however caused and on any theory of liability wheter in contract, strict liability, or tort (including negligence or otherwise) arising in any way out of the use of this demonstration, even if advised of the possibility of such damage.

Again, QTDU is NOT a clinical software/prototype.