anisdismail commited on
Commit
170ba74
1 Parent(s): c0a463a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,6 +1,3 @@
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
@@ -25,4 +22,7 @@ model-index:
25
  - type: f1score # Required. Example: wer
26
  value: 0.97 # Required. Example: 20.90
27
  name: Val F1 Score # Optional. Example: Test WER
28
- ---
 
 
 
 
 
 
 
1
  ---
2
  language:
3
  - en
 
22
  - type: f1score # Required. Example: wer
23
  value: 0.97 # Required. Example: 20.90
24
  name: Val F1 Score # Optional. Example: Test WER
25
+ ---
26
+ ## Detecting the Orientation of CelebA pictures using Deep Learning
27
+ 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.
28
+ 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).