Skip to content

ayyucedemirbas/dermnet_Tf_lite_micro

Repository files navigation

dermnet_Tf_lite_micro

Dataset

The original Dermnet dataset consists of 23 classes. Since we work with microprocessors that have hardware constraints, we had to reduce the number of classes to 4. The new dataset contains the following classes:

1- Acne and Rosacea Photos

2- Eczema Photos

3- Nail Fungus and other Nail Disease

4- Tinea Ringworm Candidiasis and other Fungal Infections

Also, the original dataset is imbalanced. So, we applied data augmentation techniques manually. We do not prefer to use a Keras layer to do that. Due to it's not a supported layer for TensorFlow Lite Micro, we were going to have to build it as a custom layer.