anisdismail
commited on
Commit
•
c0a463a
1
Parent(s):
ad05f76
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,28 @@
|
|
1 |
## Detecting the Orientation of CelebA pictures using Deep Learning
|
2 |
This model has been trained on a modified version of the CelebA dataset, which was made from flipping 20,000 and keeping 20,000 images intact.
|
3 |
-
The model relies on Resnet-18 as a backbone and then is connected to one output node to classify whether images are flipped upside down (1) or not (0).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Detecting the Orientation of CelebA pictures using Deep Learning
|
2 |
This model has been trained on a modified version of the CelebA dataset, which was made from flipping 20,000 and keeping 20,000 images intact.
|
3 |
+
The model relies on Resnet-18 as a backbone and then is connected to one output node to classify whether images are flipped upside down (1) or not (0).
|
4 |
+
---
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
license: apache-2.0
|
8 |
+
tags:
|
9 |
+
- {image-classification}
|
10 |
+
- {pytorch}
|
11 |
+
datasets:
|
12 |
+
- CelebA-faces
|
13 |
+
|
14 |
+
model-index:
|
15 |
+
- name: celebA_orientation_detection_model
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: image_classification # Required. Example: automatic-speech-recognition
|
19 |
+
name: Image Classification # Optional. Example: Speech Recognition
|
20 |
+
dataset:
|
21 |
+
type: CelebA-faces
|
22 |
+
name: CelebA-faces
|
23 |
+
|
24 |
+
metrics:
|
25 |
+
- type: f1score # Required. Example: wer
|
26 |
+
value: 0.97 # Required. Example: 20.90
|
27 |
+
name: Val F1 Score # Optional. Example: Test WER
|
28 |
+
---
|