V4.1.2 - Uses V0.24 of CNN
This commit is contained in:
Binary file not shown.
@@ -3,7 +3,7 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
package="uk.org.openseizuredetector"
|
package="uk.org.openseizuredetector"
|
||||||
android:versionCode="114"
|
android:versionCode="114"
|
||||||
android:versionName="4.1.2b">
|
android:versionName="4.1.2">
|
||||||
<!-- android:allowBackup="false" -->
|
<!-- android:allowBackup="false" -->
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH" />
|
<uses-permission android:name="android.permission.BLUETOOTH" />
|
||||||
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
BIN
app/src/main/assets/cnn_v0.24.tflite
Normal file
BIN
app/src/main/assets/cnn_v0.24.tflite
Normal file
Binary file not shown.
@@ -25,7 +25,7 @@ import java.util.Map;
|
|||||||
|
|
||||||
public class SdAlgNn {
|
public class SdAlgNn {
|
||||||
private final static String TAG = "SdAlgNn";
|
private final static String TAG = "SdAlgNn";
|
||||||
private final static String MODEL_PATH = "cnn_v0.23.tflite";
|
private final static String MODEL_PATH = "cnn_v0.24.tflite";
|
||||||
private String mUrlBase = "https://osdApi.ddns.net";
|
private String mUrlBase = "https://osdApi.ddns.net";
|
||||||
private InterpreterApi interpreter;
|
private InterpreterApi interpreter;
|
||||||
private Context mContext;
|
private Context mContext;
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
<string name="app_name">OpenSeizureDetector</string>
|
<string name="app_name">OpenSeizureDetector</string>
|
||||||
<string name="changelog">
|
<string name="changelog">
|
||||||
"\n
|
"\n
|
||||||
\nV4.1.2 - Added Machine Learning (Artificial Intelligence) Detection Algorithm Option (CNN V0.23) and 'Normal Daily Activity (NDA) logging function
|
\nV4.1.2 - Added Machine Learning (Artificial Intelligence) Detection Algorithm Option (CNN V0.24) and 'Normal Daily Activity (NDA) logging function
|
||||||
\nV4.0.7 - Improvements to Data Sharing data log manager screen.
|
\nV4.0.7 - Improvements to Data Sharing data log manager screen.
|
||||||
- Introduced the <b>Data Sharing</b> feature to allow users to share their seizure and false alarm data
|
- Introduced the <b>Data Sharing</b> feature to allow users to share their seizure and false alarm data
|
||||||
with researchers to help improve the system.<br/>
|
with researchers to help improve the system.<br/>
|
||||||
|
|||||||
Reference in New Issue
Block a user