migueldeicaza / TensorFlowSharp

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

How do I use TensorFlowSharp for image classification? #203

Open cugcsu opened 6 years ago

cugcsu commented 6 years ago
  1. When I load a TIF format image, it will show some errors.

  2. At the same time, when the loaded JPG image is large, it is not possible. So how do you classify remote sensing images (hundreds of M or more)? ![Uploading image.png…]()

@asimshankar @migueldeicaza @andykernahan

hwvs commented 6 years ago

One solution you could try is resizing the image to a smaller size and then saving it to a memory stream for classification.