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

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

@thecurious1-sudo

Description

@thecurious1-sudo

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");
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions