anisdismail commited on
Commit
f4545ca
1 Parent(s): ac1c71b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -24,5 +24,5 @@ model-index:
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).
 
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-faces dataset, which was made from flipping 20,000 images upside down and keeping 20,000 images intact.<br>
28
+ The model relies on Resnet-18 as a backbone and is connected to one output node to classify whether the images are flipped upside down (1) or not (0).