Syn-McJ / TFClassify-Unity

An example of using Tensorflow with Unity for image classification and object detection.
MIT License
167 stars 47 forks source link

The name `TensorFlowSharp' does not exist in the current context #14

Closed saikatbsk closed 6 years ago

saikatbsk commented 6 years ago

Hi, the project builds on Mac but when I am changing build platform to Android I am getting the following error:

Assets/Scripts/Classifier.cs(26,13): error CS0103: The name `TensorFlowSharp' does not exist in the current context

Any idea why is it happening?

Thanks in advanced.

Syn-McJ commented 6 years ago

Hi, this error indicates problem with your TensorFlow plugin for Unity installation. You should check that, maybe try to recreate project and install it again.

saikatbsk commented 6 years ago

Thanks for the quick responce.