This commit is contained in:
Winter
2022-11-08 10:52:47 +08:00
committed by WinterGeng
47 changed files with 195 additions and 110 deletions

View File

@@ -5,10 +5,6 @@ import android.os.Handler;
import android.util.AttributeSet;
import android.widget.ListView;
/**
* Created by ruanshimin on 2018/5/14.
*/
public class ResultListView extends ListView {
public ResultListView(Context context) {
super(context);

View File

@@ -15,10 +15,6 @@ import com.baidu.paddle.fastdeploy.app.ui.view.model.BaseResultModel;
import java.text.DecimalFormat;
import java.util.List;
/**
* Created by ruanshimin on 2018/5/13.
*/
public class DetectResultAdapter extends ArrayAdapter<BaseResultModel> {
private int resourceId;

View File

@@ -1,9 +1,5 @@
package com.baidu.paddle.fastdeploy.app.ui.view.model;
/**
* Created by ruanshimin on 2018/5/16.
*/
public class BaseResultModel {
private int index;
private String name;

View File

@@ -2,8 +2,8 @@
<!-- Default App name -->
<string name="app_name">EasyEdge</string>
<!-- Other App name -->
<string name="detection_app_name">FastDeploy PicoDet</string>
<string name="ocr_app_name">FastDeploy PP-OCRv2</string>
<string name="detection_app_name">EasyEdge</string>
<string name="ocr_app_name">EasyEdge</string>
<!-- Keys for PreferenceScreen -->
<string name="CHOOSE_PRE_INSTALLED_MODEL_KEY">CHOOSE_INSTALLED_MODEL_KEY</string>
<string name="MODEL_DIR_KEY">MODEL_DIR_KEY</string>