GithubHelp home page GithubHelp logo

android_facenet's People

Contributors

vcvycy 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

Watchers

 avatar  avatar  avatar  avatar  avatar

android_facenet's Issues

Training

Hi, I looked the code but I couldn't see, how do you train a new person?

幾個問題請教

您好:
網路上查找facenet相關內容時找到您的github,
想請教一下幾個在原先davidsandberg/facenet找不到答案的幾個問題:

  1. 您的這個App主要是應用compare去得出兩張圖之間的distance,
    這邊我有一個疑惑,如果我想直接應用它的pb文檔,將其作為classifier使用,
    那麼: "20180402-114759 | 0.9965 | VGGFace2 | Inception ResNet v1"
    這樣子的一個pb檔,所預設對應的label.txt應該是哪個呢?
    facenet上面沒有寫也沒有給檔案,我只看到做retrain的做法,
    不曉得這個檔到底預設對應是LFW呢?
    還是對應VGGFace2?又該如何調用其函式?
    如您有試過,再請您不吝解惑一下。

  2. TF Android按Google官方說法將在明年(2019)全盤deprecate,
    取而代之的是TF Lite. 不曉得您是否有嘗試過將這個範本轉成用TF Lite呢?
    若有的話,可否也請解惑一下中間轉換的流程,
    因目前有看到issue 581
    但同樣也沒有人提出能正常轉換的方法,
    是否跟TF Lite的支援性還不完整有關?

再次感謝您分享的這個項目!

android OOM!

private boolean loadModel(){
Log.e("FACENET","####loadModel");
//AssetManager
try {
inferenceInterface = new TensorFlowInferenceInterface(assetManager, MODEL_FILE);
Log.d("Facenet","[]load model success");
}catch(Exception e){
Log.e("Facenet","[
]load model failed"+e);
return false;
}
return true;
}

2G手机 4.4系统加载TensorFlowInferenceInterface出现OOM!怎么修复这个错误!

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.