You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@opennlp.apache.org by Damiano Porta <da...@gmail.com> on 2016/11/24 15:46:52 UTC

Face recognition

Hello,
is there something i can use for image (face in this case) recognition?
Thanks

Damiano

Re: Face recognition

Posted by "Mattmann, Chris A (3010)" <ch...@jpl.nasa.gov>.
Check out a closely related project, Apache Tika, which has Inception/Tensorflow
integration.

http://wiki.apache.org/tika/TikaAndVision 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Principal Data Scientist, Engineering Administrative Office (3010)
Manager, Open Source Projects Formulation and Development Office (8212)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 180-503E, Mailstop: 180-503
Email: chris.a.mattmann@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Director, Information Retrieval and Data Science Group (IRDS)
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
WWW: http://irds.usc.edu/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 

On 11/24/16, 7:46 AM, "Damiano Porta" <da...@gmail.com> wrote:

    Hello,
    is there something i can use for image (face in this case) recognition?
    Thanks
    
    Damiano
    


Re: Face recognition

Posted by Suneel Marthi <su...@yahoo.com.INVALID>.
Have u looked at EigenFaces - should be real easy to build a EigenFaces model and then classify other images.  there's an implementation of SSVD in Apache Mahout that runs on Spark and Flink and can be used to build Eigenfaces model.

See Eigenface - Wikipedia

  
|  
|   
|   
|   |    |

   |

  |
|  
|   |  
Eigenface - Wikipedia
   |   |

  |

  |

 
Ofcourse, there's always the more expensive Deep Learning way for more complex image/scene recognition.



      From: Damiano Porta <da...@gmail.com>
 To: dev@opennlp.apache.org 
 Sent: Thursday, November 24, 2016 10:46 AM
 Subject: Face recognition
   
Hello,
is there something i can use for image (face in this case) recognition?
Thanks

Damiano