V4.1.0g - Uses V0.09 of the CNN algorithm.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user