Ejemplo n.º 1
0
    public void SaveTexture()
    {
        byte[] data = drawTexture.EncodeToJPG();

        File.WriteAllBytes(Application.dataPath + "/saveImage.jpg", data);

        Debug.Log("Environment.CurrentDirectory");
        Debug.Log("TensorFlow version: " + TFCore.Version);

        var t = new SampleTest.MainClass();

        t.MNSIT_read_model();
    }