Update 'README.md'

This commit is contained in:
Mikołaj Pokrywka 2023-01-24 18:53:31 +01:00
parent 82edb6a12e
commit d53afbe79d
1 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,8 @@
Mamy łącznie 197784 zdjęć
+ swój własno zrobiony zbiór testowy 148 zdjęć
Linki do datasetów:
1. https://www.kaggle.com/datasets/mrgeislinger/asl-rgb-depth-fingerspelling-spelling-it-out
2. https://www.kaggle.com/datasets/grassknoted/asl-alphabet
@ -67,8 +69,8 @@ x = layers.Flatten()(vgg_model.output)
x = layers.Dense(len(class_names), activation='softmax')(x)
```
Zbiór testowy własny: 40% Accuracy
Zbiór testowy własny: 52% Accuracy
Zbiór testowy mieszany z Kaggle: ???% Accuracy
Zbiór testowy mieszany z Kaggle: 79% Accuracy