Android TensorFlow支持和TensorFlow Lite for Android之间有什么区别?
创始人
2024-08-19 00:00:21
0

Android TensorFlow支持和TensorFlow Lite for Android是两种用于在Android设备上部署和运行TensorFlow模型的不同方式。

Android TensorFlow支持是TensorFlow官方提供的一个库,它允许开发者在Android设备上使用TensorFlow模型进行预测。它使用TensorFlow原生的Java API,并且可以直接加载和运行TensorFlow SavedModel,FrozenModel和GraphDef模型。

以下是一个使用Android TensorFlow支持进行图像分类的示例代码:

import android.content.res.AssetFileDescriptor;
import android.content.res.AssetManager;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.ImageView;
import android.widget.TextView;

import org.tensorflow.contrib.android.TensorFlowInferenceInterface;

import java.io.IOException;
import java.io.InputStream;

public class MainActivity extends AppCompatActivity {

    private static final String MODEL_FILE = "file:///android_asset/model.pb";
    private static final String INPUT_NODE = "input";
    private static final String OUTPUT_NODE = "output";
    private static final int INPUT_SIZE = 224;
    private static final int NUM_CLASSES = 1000;

    private TensorFlowInferenceInterface inferenceInterface;
    private Bitmap inputBitmap;
    private ImageView imageView;
    private TextView textView;

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);

        imageView = findViewById(R.id.imageView);
        textView = findViewById(R.id.textView);

        inferenceInterface = new TensorFlowInferenceInterface(getAssets(), MODEL_FILE);

        try {
            inputBitmap = getBitmapFromAsset("input.jpg");
            imageView.setImageBitmap(inputBitmap);
            float[] result = classifyImage(inputBitmap);
            String label = getLabel(result);
            textView.setText("Class: " + label);
        } catch (IOException e) {
            e.printStackTrace();
        }
    }

    private float[] classifyImage(Bitmap bitmap) {
        float[] inputFloats = preprocessImage(bitmap);

        inferenceInterface.feed(INPUT_NODE, inputFloats, 1, INPUT_SIZE, INPUT_SIZE, 3);
        inferenceInterface.run(new String[]{OUTPUT_NODE});
        float[] outputFloats = new float[NUM_CLASSES];
        inferenceInterface.fetch(OUTPUT_NODE, outputFloats);

        return outputFloats;
    }

    private float[] preprocessImage(Bitmap bitmap) {
        Bitmap resizedBitmap = Bitmap.createScaledBitmap(bitmap, INPUT_SIZE, INPUT_SIZE, false);
        int[] intValues = new int[INPUT_SIZE * INPUT_SIZE];
        float[] floatValues = new float[INPUT_SIZE * INPUT_SIZE * 3];
        resizedBitmap.getPixels(intValues, 0, resizedBitmap.getWidth(), 0, 0, resizedBitmap.getWidth(), resizedBitmap.getHeight());

        for (int i = 0; i < intValues.length; ++i) {
            final int val = intValues[i];
            floatValues[i * 3 + 0] = ((val >> 16) & 0xFF) / 255.0f;
            floatValues[i * 3 + 1] = ((val >> 8) & 0xFF) / 255.0f;
            floatValues[i * 3 + 2] = (val & 0xFF) / 255.0f;
        }

        return floatValues;
    }

    private String getLabel(float[] result) {
        // Load labels from file
        String labelFile = "file:///android_asset/labels.txt";
        String actualFilename = labelFile.split("file:///android_asset/")[1];
        AssetManager assetManager = getAssets();
        InputStream labelsInput;
        String[] labels = new String[NUM_CLASSES];
        try {
            labelsInput = assetManager.open(actualFilename);
            int bytesRead = labelsInput.read();
            StringBuilder sb = new StringBuilder();
            int i = 0;
            while (bytesRead != -1) {
                if ((char) bytesRead == '\n') {
                    labels[i] = sb.toString();
                    sb = new StringBuilder();
                    i++;
                } else {
                    sb.append((char) bytesRead);
                }
                bytesRead = labelsInput.read();
            }
            labelsInput.close();
        } catch (IOException e) {
            e.printStackTrace();
        }

        int maxIndex = 0;
        float maxValue = result[0];
        for (int i = 1; i < result.length; i++) {
            if (result[i] > maxValue) {
                maxIndex = i;
                maxValue = result[i];
            }
        }

        return labels[maxIndex];
    }

    private Bitmap getBitmapFromAsset(String fileName) throws IOException {
        AssetManager assetManager = getAssets();
        InputStream inputStream = null;
        try

相关内容

热门资讯

第二分钟了解“南通长牌有挂吗”... 第二分钟了解“南通长牌有挂吗”详细开挂辅助方法-确实是真的挂1、玩家可以在南通长牌有挂吗软件透明挂俱...
4分钟了解“都莱辅助软件”详细... 4分钟了解“都莱辅助软件”详细开挂辅助教程-真是有挂1、用户打开应用后不用登录就可以直接使用,点击都...
1分钟了解“吉祥小程序填大坑辅... 1分钟了解“吉祥小程序填大坑辅助器”详细开挂辅助工具-其实真的有挂1、每一步都需要思考,不同水平的挑...
六分钟了解“陕西三代辅助”详细... 六分钟了解“陕西三代辅助”详细开挂辅助神器-切实真的是有挂1、点击下载安装,陕西三代辅助插件透视分类...
3分钟了解“闲娱江西脚本”详细... 3分钟了解“闲娱江西脚本”详细开挂辅助技巧-其实是有挂1、闲娱江西脚本机器人多个强度级别选择2、闲娱...
1分钟了解“黑侠破解约局吧”详... 1分钟了解“黑侠破解约局吧”详细开挂辅助技巧-原来是真的挂1、让任何用户在无需黑侠破解约局吧AI插件...
第5分钟了解“蜀山四川小程序辅... 第5分钟了解“蜀山四川小程序辅助挂视频”详细开挂辅助app-其实存在有挂1、让任何用户在无需蜀山四川...
两分钟了解“好友赣南能装挂吗”... 两分钟了解“好友赣南能装挂吗”详细开挂辅助攻略-切实是有挂好友赣南能装挂吗辅助器中分为三种模型:好友...
十分钟了解“欢聚水鱼透视器”详... 十分钟了解“欢聚水鱼透视器”详细开挂辅助攻略-本来是真的挂1、进入到欢聚水鱼透视器黑科技之后,能看到...
第1分钟了解“九酷众游辅助”详... 第1分钟了解“九酷众游辅助”详细开挂辅助app-其实真的有挂1、实时九酷众游辅助开挂更新:用户可以随...