Emgu TF Version History 1.x
Jump to navigation
Jump to search
Emgu.TF-1.15.0
Online Documentation
Change Log
- 1.15.0 is based on the Tensorflow 1.15.0 release
- Big changes on the Nuget packages: The Emgu.TF nuget package only contains the managed .Netstandard 2.0 binary. You will need the corresponding runtime.{os}.Emgu.TF nugetpackage for the native tensorflow components. The supported os that we are releasing for are "mac", "windows" and "ubuntu" (18.04) for open source release. For commercial version, we also provide the runtime.android.Emgu.TF nuget package.
- The Emgu.TF.Lite nuget package only contains the managed .Netstandard 2.0 binary. You will need the corresponding runtime.{os}.Emgu.TF.Lite nugetpackage for the native tensorflow components. The supported os that we are releasing for are "macos", "windows", "ubuntu" (18.04) and "raspbian" for this release.
Emgu.TF-1.14.0
Online Documentation
Change Log
- 1.14.0 is based on the Tensorflow 1.14.0 release
- For Android build, armeabi architecture is no longer supported. Android NDK removed armeabi architecture support.
- For iOS build, the full Tensorflow build is no longer supported. Tensorflow 1.14.0 recommends using Tensorflow Lite instead of full version of Tensorflow for iOS.
- The commercial release nuget packages have an additional "-CR" appended to it. e.g. The packaged id for the open source release is Emgu.TF and the package id for the similar commercial release has a package id of EMGU.TF-CR from our commercial repository. This will allow easier switching between the open source and commercial release.
Emgu.TF-1.13.1
Online Documentation
Change Log
- 1.13.1 is based on the Tensorflow 1.13.1 release
- For Android build, we use NDK r18b instead of r12b, armeabi is no longer supported.
- For the Xamarin demo project, we implemented image picking for Windows WPF platform.
- Bug fix for ImageIO.ReadTensorFromImageFile<T> for the Windows platform when the image width is not a multiple of 4.
- Added the re-trained flower model in the Xamarin Forms demo.
- Improvements to error handling in the demo projects.
- Added TfInvoke.IsOperationSupported, TfInvoke.OpHasKernel
Emgu.TF-1.12.0
Online Documentation
Change Log
- 1.12.0 is based on the Tensorflow 1.12.0 release
- Emgu TF Lite release now also support Windows x64 platform.
Emgu.TF-1.10.0
Online Documentation
Change Log
- 1.10.0 is based on the Tensorflow 1.10.0 release
- New Emgu TF Lite release based on Tensorflow Lite, supports Android, iOS and Mac OS.
Emgu.TF-1.7.0
Online Documentation
Change Log
- 1.7.0 is based on the Tensorflow 1.7.0 release
- Converted Emgu.TF.Protobuf to a NetStandard project.
- Emgu.TF.Model has been completely re-written to output download progress to the UI.
- For nuget packages, set the native dll items as None instead of Content.
- Upgrade demo projects to .NET 4.6 such that it can use TLS 1.2.
Emgu.TF-1.5.0
Online Documentation
Change Log
- 1.5.0 is based on the Tensorflow 1.5.0 release
- Added EMGU.TF.MODELS nuget package
- Added EMGU.TF.PROTOBUF nuget package
- For Commercial release, added Emgu.TF-GPU nuget package
Emgu.TF-1.4.0
Online Documentation
Change Log
- 1.4.0 is based on the Tensorflow 1.4.0 release
- Added commercial release for Windows with GPU support. Latest CUDA driver is required.
- Added commercial release for Android.
- Added commercial release for macOS
- Added commercial release for Unity (supports Windows Standalone and Mac OS standalone build).