Update 'README.md'
This commit is contained in:
parent
82edb6a12e
commit
d53afbe79d
@ -11,6 +11,8 @@
|
|||||||
|
|
||||||
Mamy łącznie 197784 zdjęć
|
Mamy łącznie 197784 zdjęć
|
||||||
|
|
||||||
|
+ swój własno zrobiony zbiór testowy 148 zdjęć
|
||||||
|
|
||||||
Linki do datasetów:
|
Linki do datasetów:
|
||||||
1. https://www.kaggle.com/datasets/mrgeislinger/asl-rgb-depth-fingerspelling-spelling-it-out
|
1. https://www.kaggle.com/datasets/mrgeislinger/asl-rgb-depth-fingerspelling-spelling-it-out
|
||||||
2. https://www.kaggle.com/datasets/grassknoted/asl-alphabet
|
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)
|
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
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user