Update README.md
Browse files
README.md
CHANGED
@@ -1,10 +1,35 @@
|
|
1 |
---
|
2 |
-
license: openrail
|
3 |
-
task_categories:
|
4 |
-
- zero-shot-classification
|
5 |
-
- feature-extraction
|
6 |
-
size_categories:
|
7 |
-
- 10K<n<100K
|
8 |
tags:
|
9 |
-
-
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
tags:
|
3 |
+
- image-classification
|
4 |
+
- pytorch
|
5 |
+
- huggingpics
|
6 |
+
metrics:
|
7 |
+
- accuracy
|
8 |
+
|
9 |
+
model-index:
|
10 |
+
- name: GenderClassify
|
11 |
+
results:
|
12 |
+
- task:
|
13 |
+
name: Image Classification
|
14 |
+
type: image-classification
|
15 |
+
metrics:
|
16 |
+
- name: Accuracy
|
17 |
+
type: accuracy
|
18 |
+
|
19 |
+
---
|
20 |
+
|
21 |
+
# GenderClassify
|
22 |
+
|
23 |
+
|
24 |
+
|
25 |
+
|
26 |
+
## Example Images
|
27 |
+
|
28 |
+
|
29 |
+
#### woman
|
30 |
+
|
31 |
+
![womane](Gender3/test/woman/0002.jpg)
|
32 |
+
|
33 |
+
#### man
|
34 |
+
|
35 |
+
![man](Gender3/test/man/0024.jpg)
|