Emgu TF: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 3: | Line 3: | ||
== Latest News == | == Latest News == | ||
* 2017-06-03 Emgu TF repository has been created in [https://github.com/emgucv/emgutf GitHub]. Pre-compiled open source Windows Desktop (64bit) release is available on [https://sourceforge.net/projects/emgutf/files/ sourceforge]. We will have commercial release for Xamarin Android, OSX, and Unity soon. iOS release will be available at a later time this summer. | * 2017-06-03 Emgu TF repository has been created in [https://github.com/emgucv/emgutf GitHub]. Pre-compiled open source Windows Desktop (64bit) release is available on [https://sourceforge.net/projects/emgutf/files/ sourceforge]. We will have commercial release for Xamarin Android, OSX, and Unity soon. iOS release will be available at a later time this summer. | ||
== Platform Features == | |||
{| style="text-align:center" border="1px" cellspacing="0" cellpadding="5" | |||
!Name || Emgu TF (Open Source) || Emgu TF for OSX || Emgu TF for Android | |||
|- | |||
!Development tools || Visual Studio 2012 and up || Visual Studio for Mac || Visual Studio 2012 and up or Visual Studio for Mac | |||
|- | |||
! Platform || Windows || Mac OSX || Android | |||
|- | |||
! Supported CPU Architecture || x64 || x64 || i386, x64, armeabi, armeabi-v7a, areabi-v8 | |||
|- | |||
![[Licensing: | License]] || [[Licensing:#Open_Source_License| GPL]] || [[Licensing:#Commercial_License| Commercial License]] || [[Licensing:#Commercial_License| Commercial License]] | |||
|} |
Revision as of 18:07, 5 June 2017
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.
Latest News
- 2017-06-03 Emgu TF repository has been created in GitHub. Pre-compiled open source Windows Desktop (64bit) release is available on sourceforge. We will have commercial release for Xamarin Android, OSX, and Unity soon. iOS release will be available at a later time this summer.
Platform Features
Name | Emgu TF (Open Source) | Emgu TF for OSX | Emgu TF for Android |
---|---|---|---|
Development tools | Visual Studio 2012 and up | Visual Studio for Mac | Visual Studio 2012 and up or Visual Studio for Mac |
Platform | Windows | Mac OSX | Android |
Supported CPU Architecture | x64 | x64 | i386, x64, armeabi, armeabi-v7a, areabi-v8 |
License | GPL | Commercial License | Commercial License |