emgucv / emgutf

Emgu TF is a cross platform .Net wrapper for the Google Tensorflow library. Allows Tensorflow functions to be called from .NET compatible languages such as C#, VB, VC++, IronPython.
https://www.emgu.com/wiki/index.php/Emgu_TF
Other
215 stars 43 forks source link

When i use the Dlls for building Unity application, it is throwing errors #17

Open syameshk opened 6 years ago

syameshk commented 6 years ago

I'm getting the following errors

Assets/Emgu.TF/Scripts/Inception.cs(32,38): error CS1061: Type Emgu.Models.FileDownloadManager' does not contain a definition forCurrentWebClient' and no extension method CurrentWebClient' of typeEmgu.Models.FileDownloadManager' could be found. Are you missing an assembly reference?

Assets/Emgu.TF/Scripts/Inception.cs(97,43): error CS0029: Cannot implicitly convert type void' toobject'

Please advice

emgucv commented 5 years ago

The official Emgu TF for Unity release from our webstore or Unity Asset store, currently at version 1.13.1, works without these compilation errors.