V4.1.2 - Uses V0.24 of CNN

This commit is contained in:
Graham Jones
2022-10-28 20:46:46 +01:00
parent 0c4ba9f080
commit 3f1ff37680
7 changed files with 3 additions and 3 deletions

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 = "cnn_v0.23.tflite";
private final static String MODEL_PATH = "cnn_v0.24.tflite";
private String mUrlBase = "https://osdApi.ddns.net";
private InterpreterApi interpreter;
private Context mContext;