mirror of
https://github.com/deepinsight/insightface.git
synced 2026-05-19 07:27:52 +00:00
Update
This commit is contained in:
@@ -25,7 +25,7 @@ public class MainActivity extends AppCompatActivity {
|
||||
|
||||
void test() {
|
||||
InspireFaceVersion version = InspireFace.QueryInspireFaceVersion();
|
||||
Log.i(TAG, "InspireFace Version: " + version.major + "." + version.minor + "." + version.patch + " " + version.information);
|
||||
Log.i(TAG, "InspireFace Version: " + version.major + "." + version.minor + "." + version.patch);
|
||||
String dbPath = "/storage/emulated/0/Android/data/com.example.inspireface_example/files/f.db";
|
||||
FeatureHubConfiguration configuration = InspireFace.CreateFeatureHubConfiguration()
|
||||
.setEnablePersistence(false)
|
||||
|
||||
Reference in New Issue
Block a user