anisdismail
commited on
Commit
•
ad05f76
1
Parent(s):
298f0d2
Update README.md
Browse files
README.md
CHANGED
@@ -0,0 +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).
|