Code Monkey home page Code Monkey logo

facenet's People

Contributors

khrlimam avatar tbmoon 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

facenet's Issues

Pretrained Model on vggface2

Hello,
I am looking to train this model on my own dataset for which I require a pretrained model on VGGFace2. Can you please make available the pretrained model on the repo?
Thanks

Accuracy on LFW stuck at 75%

Hi @tbmoon, thank you for providing this codebase. I have spent almost a month trying to reproduce the accuracy on LFW, but with fail. I am using CASIA to train which is smaller than VGGFace2, but other repos claim equally good accuracy even by training with CASIA. So, there is something I am definitely doing wrong. Can you please let me know what hyperparameters you used to train your model?

Thanks.

Evaluation

please i need to understand the meaning of evaluation metrics calculate_roc calculate accuracy

Why use " labels.append(np.ones(dists.size(0)))" in training? and

    dists = l2_dist.forward(embed_anchor, embed_pos)
    distances.append(dists.data.cpu().numpy())
    labels.append(np.ones(dists.size(0)))
    
    dists = l2_dist.forward(embed_anchor, embed_neg)
    distances.append(dists.data.cpu().numpy())
    labels.append(np.zeros(dists.size(0)))

can you exlpain the code ? what's for?

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.