Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

facenet.pb instead of optimized_facenet.pb in PreferencesHelper.java #36

Open
thecurious1-sudo opened this issue Apr 6, 2021 · 0 comments

Comments

@thecurious1-sudo
Copy link

I think in your PreferencesHelper.java file, the "facenet.pb" should be replaced with "optimized_facenet.pb" as there is no file named facenet.pb

public String getTensorFlowModelFile(){
        return sharedPreferences.getString("key_modelFileTensorFlow", "facenet.pb");
    }

should be

public String getTensorFlowModelFile(){
        return sharedPreferences.getString("key_modelFileTensorFlow", "optimized_facenet.pb");
    }
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant