Skip to content

Commit 8d7b0ca

Browse files
authored
Update README.md
1 parent b7876ac commit 8d7b0ca

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

Dog Face Detection using DL/README.md

+4-7
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,8 @@ The following libraries are required to run this project:
5959
#### Accuracy and loss of Mobilenet SSD model:
6060
![Mobilenet_SSD](https://github.com/Rithish5513U/DL-Simplified/blob/main/Dog%20Face%20Detection%20using%20DL/Images/Mobilenet_SSD.png)
6161

62-
#### Accuracy of ResNet50 model:
63-
![val_acc1](https://github.com/abhisheks008/DL-Simplified/blob/main/Cats%20vs%20Dogs%20Classification%20using%20DL/Images/val_acc1.JPG)
64-
65-
#### Loss of ResNet50 model:
66-
![val_loss1](https://github.com/abhisheks008/DL-Simplified/blob/main/Cats%20vs%20Dogs%20Classification%20using%20DL/Images/val_loss1.JPG)
62+
#### Confidence of YOLOv8 Model:
63+
![F1_curve](https://github.com/Rithish5513U/DL-Simplified/blob/main/Dog%20Face%20Detection%20using%20DL/Images/F1_curve.png)
6764

6865

6966
## 📈 Performance of the Models based on the Accuracy Scores
@@ -76,13 +73,13 @@ The evaluation metrics I used to assess the models:
7673
| Model | Accuracy | Loss |
7774
|------------|----------|---------|
7875
| VGG16 | 0.925 | 0.218 |
79-
| YOLOv8 | 0.925 | 0.218 |
76+
| YOLOv8 | 0.561 | - |
8077
| Mobilenet SSD | 0.979 | 0.184 |
8178

8279
## 📢 Conclusion
8380
Based on the results we can draw the following conclusions:
8481
1. VGG16: The VGG16 model achieved a higher accuracy of 0.925 and a lower loss of 0.218. It outperformed the YOLOv8 model, indicating that the architecture of VGG16 with its specialized design for object detection could capture more complex features and generalize better.
85-
2. YOLOv8: The YOLOv8 model achieved an accuracy of 0.728 and a loss of 1.159. It performed reasonably well, but there is room for improvement.
82+
2. YOLOv8: The YOLOv8 model achieved a F1 Confidence of 0.561. It performed reasonably well, but there is room for improvement.
8683
3. Mobilenet SSD: The MobileNet SSD model achieved an accuracy of 0.979 and a loss of 0.184. It performed better than both the VGG16 and YOLOv8 models. MobileNet SSD's lightweight architecture and efficient design helped in achieving a high accuracy while maintaining computational efficiency.
8784

8885
##### Code contributed by: Rithish S

0 commit comments

Comments
 (0)