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

相关内容

热门资讯

wepoke黑科技!wopok... wepoke黑科技!wopoker轻量版外挂(透视)真是是有挂(详细辅助曝光教程)1、超多福利:超高...
透视存在!wepoker透视底... 透视存在!wepoker透视底牌脚本,wepoker破解器(详细辅助曝光教程);wepoker透视底...
微扑克辅助机器人!wpk德州a... 1、微扑克辅助机器人!wpk德州ai机器人(透视)从前真的是有挂(详细辅助必备教程);代表性(透视辅...
透视辅助!aapoker可以开... 透视辅助!aapoker可以开挂吗,黑侠破解wepoker(详细辅助细节揭秘);1、构建自己的aap...
透视脚本!aapoker辅助工... 透视脚本!aapoker辅助工具存在吗,hh poker透视器下载(详细辅助技巧教程);1)aapo...
透视软件!wpk有没有脚本,h... 透视软件!wpk有没有脚本,hhpoker有没有辅助(详细辅助2025新版教程);1、wpk有没有脚...
透视系统!aapoker透视脚... 透视系统!aapoker透视脚本安装包,wepoker怎么提高运气(详细辅助安装教程)暗藏猫腻,小编...
透视安装!智星德州有脚本吗,哈... 透视安装!智星德州有脚本吗,哈糖大菠萝软件下载(详细辅助AI教程)1、智星德州有脚本吗ai机器人多个...
透视新版!wpk辅助器下载,a... 透视新版!wpk辅助器下载,aapoker辅助怎么用(详细辅助技巧教程)1、下载好wpk辅助器下载辅...
透视智能ai!wepoker透... 透视智能ai!wepoker透视脚本苹果,wepoker私人局辅助挂(详细辅助微扑克教程)1、进入到...