Skip to content

Commit c285857

Browse files
authored
Update README.md
1 parent b515740 commit c285857

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,23 @@ SkinDetector is a deep-learning AI module capable of diagnosing canine dermatolo
33

44
SkinDetector is part of the [SafePet project](https://github.com/Progetto-SafePet).
55

6-
![SafePet Logo](./.github/images/safepet.png)
6+
<img alt="SafePet Logo" src="./.github/images/safepet.png" width="300px" />
77

8-
9-
## Authors
8+
## AUTHORS
109
Simone Cimmino [@SimoCimmi](https://github.com/SimoCimmi) <br>
1110
Luca Salvatore [@lucasalvaa](https://github.com/lucasalvaa) <br>
1211
Morgan Vitiello [@MorganVitiello](https://github.com/MorganVitiello)
1312

14-
## Credits
13+
## CREDITS
1514
The project was developed at the University of Salerno, Department of Computer Science, in the academic year 2025-26 for
1615
the exam of Fundamentals of Artificial Intelligence helb by Professor Fabio Palomba [@fpalomba](https://github.com/fpalomba), whom we thank for his support.
1716

18-
## Dataset
17+
## DATASET
1918
The dataset on which the models were trained is [Dog's skin diseases (Image Dataset)](https://www.kaggle.com/datasets/youssefmohmmed/dogs-skin-diseases-image-dataset).
2019

2120
![class distribution](./.github/images/classes.png)
2221

23-
## Pipelines
22+
## TRAINING PIPELINES
2423
To select the final model, four slightly different training pipelines were undertaken. Each pipeline is defined in the experiments/[pipeline] directory in the relative dvc.yaml file.
2524

2625
### Baseline
@@ -56,7 +55,8 @@ We combine the data augmentation strategy of Pipeline 1 with the two-stage fine-
5655

5756
![pipeline3](./.github/images/pipeline3.png)
5857

59-
## Results
58+
## RESULTS
59+
60+
The table shows the results of the experiments. The final model chosen is EfficientNetV2_S trained in Pipeline 3.
6061

61-
The table shows the results of the experiments. The final model chosen is EfficientNetV2_S trained in pipeline 3.
62-
![results](.github/images/results.png)
62+
![results](.github/images/results.png)

0 commit comments

Comments
 (0)