Coder Social home page Coder Social logo

faceid_beta's Introduction

faceID_beta

An implementation of iPhone X's FaceID using face embeddings and siamese networks on RGBD images.

You can read more about my implementation details at this link.

The .py file is created automatically from the notebook file, so you could find a strange ordering of code and functions. I highly suggest to use the notebook version.

faceid_beta's People

Contributors

normandipalo avatar pulkitmaloo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

faceid_beta's Issues

Very nice article

Could you please share the python code as 1 or more files?

So it is a lot easier to try out.

Thanks

Not a zip file

screen shot 2018-04-17 at 11 56 23 am

Hello, when I try the code it gives me this error. please help me how to solve it ! Thank you

purpose of [im_in] ?

Hi,
for your cell: [27]
you have: model_top = Model(inputs = [im_in], outputs = feat_x) ..

I'm curious what's the purpose of putting "[ ]" around im_in (since there is only one input) ?
Would : ... Model(inputs = im_in, ... also suffice ?

Thanks

contrastive_loss func

Is the contrastive_loss func right?
I think maybe you need to change the postion of (1-y_true) and y_true

What's the worry with the .dat data?

hi,
I have got an error when i run this code? see the screenshot
image
I did some test,And there is some worry at line 481 in .dat file. this code can not break when variable i is 480, and return above error. Is any difference or special about .dat file ending? I will appreciate for any help,thanks

tensorflow version

Hi I'm getting some strange issue using the program. I think that probably the version of tensorflow (cpu on ubuntu 16.04 with python 2.7 on both hardware with I7 and amd phenom) has some trouble. I'm getting some erratic behaviour. Can you please indicate "the best" version of tensorflow to use with the program ?
Thank you for your time.

Can't run python script.

Hi there, thanks for the .py version.

Hope you can help.

When running i get this error:

Traceback (most recent call last):
File ".\faceid.py", line 486, in
model_final.evaluate([cop[0].reshape((1,200,200,1)), cop[1].reshape((1,200,200,1))], np.array([0.]))
File "C:\Users\srei\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\engine\training.py", line 1768, in evaluate
batch_size=batch_size)
File "C:\Users\srei\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\engine\training.py", line 1476, in _standardize_user_data
exception_prefix='input')
File "C:\Users\srei\AppData\Local\Programs\Python\Python36\lib\site-packages\keras\engine\training.py", line 123, in _standardize_input_data
str(data_shape))
ValueError: Error when checking input: expected input_3 to have shape (200, 200, 4) but got array with shape (200, 200, 1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.