V4.1.0g - Uses V0.09 of the CNN algorithm.

This commit is contained in:
Graham Jones
2022-09-30 22:27:04 +01:00
parent 45f2b0d5e9
commit 114a6ba045
6 changed files with 4 additions and 3 deletions

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="uk.org.openseizuredetector"
android:versionCode="109"
android:versionName="4.1.0f">
android:versionCode="110"
android:versionName="4.1.0g">
<!-- android:allowBackup="false" -->
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />

Binary file not shown.

View File

@@ -25,7 +25,7 @@ import java.util.Map;
public class SdAlgNn {
private final static String TAG = "SdAlgNn";
private final static String MODEL_PATH = "best_model_v0.07.tflite";
private final static String MODEL_PATH = "best_model_v0.09.tflite";
private String mUrlBase = "https://osdApi.ddns.net";
private InterpreterApi interpreter;
private Context mContext;

View File

@@ -3,6 +3,7 @@
<string name="app_name">OpenSeizureDetector</string>
<string name="changelog">
"\n
\nV4.1.0g - CNN V0.09
\nV4.1.0 - Added Machine Learning (Artificial Intelligence) Detection Algorithm Option
\nV4.0.7 - Improvements to Data Sharing data log manager screen.
- Introduced the &lt;b>Data Sharing&lt;/b> feature to allow users to share their seizure and false alarm data