migueldeicaza / TensorFlowSharp

TensorFlow API for .NET languages
MIT License
3.14k stars 578 forks source link

How to detect on an image using C# language after loaded model #359

Open smartyfn opened 5 years ago

smartyfn commented 5 years ago

I am a C# engineer. My project uses keras in Python to detect image. I know tensorflowsharp but it doesn't have C# api of keras. How to detect on an image using C# language in keras environment. Any suggestions will be greatly appreciated.

sdg002 commented 5 years ago

Hi , I am not a contributing author to this project. But, I did develop a sample project which demonstrates training a CNN using Python to recognize MNIST digits and then detect the test pictures using TensorFlowSharp C# library.

If this is what you are looking for then , this sample code is hyperlinked here: https://github.com/migueldeicaza/TensorFlowSharp/issues/347

This is a very simple C# console application. All the hardwork is done by TensorFlow and TensorFlowSharp

Cheers

oferbentovim commented 5 years ago

here is a (not mine) https://engineering.matterport.com/splash-of-color-instance-segmentation-with-mask-r-cnn-and-tensorflow-7c761e238b46