mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-04 16:22:57 +08:00
modify2
This commit is contained in:
@@ -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);
|
||||
|
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user