Skip to content

Commit 9234dbe

Browse files
authored
Merge branch 'master' into patch-2
2 parents a7f5beb + 9d9aceb commit 9234dbe

File tree

1 file changed

+55
-0
lines changed

1 file changed

+55
-0
lines changed

README.md

+55
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,58 @@ Author: [Gil Levi and Tal Hassner](http://www.openu.ac.il/home/hassner/projects/
8888
Reference: [Age and Gender Classification using Convolutional Neural Networks](http://www.openu.ac.il/home/hassner/projects/cnn_agegender/CNN_AgeGenderEstimation.pdf)
8989

9090
Example: [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo)
91+
92+
### GenderNet
93+
Model: [GenderNet](https://drive.google.com/file/d/0B1ghKa_MYL6mYkNsZHlyc2ZuaFk/view?usp=sharing)
94+
95+
Description: Gender Classification
96+
97+
Author: [Gil Levi and Tal Hassner](http://www.openu.ac.il/home/hassner/projects/cnn_agegender/)
98+
99+
Reference: [Age and Gender Classification using Convolutional Neural Networks](http://www.openu.ac.il/home/hassner/projects/cnn_agegender/CNN_AgeGenderEstimation.pdf)
100+
101+
Example: [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo)
102+
103+
### CNNEmotions
104+
Model: [CNNEmotions](https://drive.google.com/file/d/0B1ghKa_MYL6mTlYtRGdXNFlpWDQ/view?usp=sharing)
105+
106+
Description: Emotion Recognition
107+
108+
Author: [Gil Levi and Tal Hassner](http://www.openu.ac.il/home/hassner/projects/cnn_emotions/)
109+
110+
Reference: [Emotion Recognition in the Wild via Convolutional Neural Networks and Mapped Binary Patterns](http://www.openu.ac.il/home/hassner/projects/cnn_emotions/LeviHassnerICMI15.pdf)
111+
112+
Example: [FacesVisionDemo](https://github.com/cocoa-ai/FacesVisionDemo)
113+
114+
### NamesDT
115+
Model: [NamesDT](https://github.com/cocoa-ai/NamesCoreMLDemo/raw/master/Names/Resources/NamesDT.mlmodel)
116+
117+
Description: Gender Classification from first names
118+
119+
Author: [http://nlpforhackers.io](http://nlpforhackers.io)
120+
121+
Reference: [Is it a boy or a girl? An introduction to Machine Learning](http://nlpforhackers.io/introduction-machine-learning/)
122+
123+
Example: [NamesCoreMLDemo](https://github.com/cocoa-ai/NamesCoreMLDemo)
124+
125+
### Oxford102
126+
Model: [Oxford102](https://drive.google.com/file/d/0B1ghKa_MYL6meDBHT2NaZGxkNzQ/view?usp=sharing)
127+
128+
Description: Flower Classification
129+
130+
Author: [Jimmie Goode](https://github.com/jimgoo)
131+
132+
Reference: [Classifying images in the Oxford 102 flower dataset with CNNs](http://jimgoo.com/flower-power/)
133+
134+
Example: [FlowersVisionDemo](https://github.com/cocoa-ai/FlowersVisionDemo)
135+
136+
### FlickrStyle
137+
Model: [FlickrStyle](https://drive.google.com/file/d/0B1ghKa_MYL6maFFWR3drLUFNQ1E/view?usp=sharing)
138+
139+
Description: Image Style Classification
140+
141+
Author: [Sergey Karayev](https://gist.github.com/sergeyk)
142+
143+
Reference: [Recognizing Image Style](http://sergeykarayev.com/files/1311.3715v3.pdf)
144+
145+
Example: [StylesVisionDemo](https://github.com/cocoa-ai/StylesVisionDemo)

0 commit comments

Comments
 (0)