https://github.com/hwvs/dog-or-cat-tensorflowsharp-example
An example program for TensorflowSharp - classify an image as a dog or cat using a fine-tuned mobilenet model. GPU tuning parameters are added via a byte-array. (Possibly outdated! Updated 2018)
https://github.com/hwvs/dog-or-cat-tensorflowsharp-example
mobilenet tensorflow tensorflow-examples tensorflow-experiments tensorflow-tutorials tensorflowsharp
Last synced: 8 months ago
JSON representation
An example program for TensorflowSharp - classify an image as a dog or cat using a fine-tuned mobilenet model. GPU tuning parameters are added via a byte-array. (Possibly outdated! Updated 2018)
- Host: GitHub
- URL: https://github.com/hwvs/dog-or-cat-tensorflowsharp-example
- Owner: hwvs
- Created: 2018-01-25T01:18:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-25T01:27:58.000Z (over 7 years ago)
- Last Synced: 2025-01-31T02:44:11.419Z (8 months ago)
- Topics: mobilenet, tensorflow, tensorflow-examples, tensorflow-experiments, tensorflow-tutorials, tensorflowsharp
- Language: C#
- Homepage:
- Size: 5.73 MB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dog or Cat? Classifier
A small example showing you how to classify an image as a dog or cat using mobilenet on TensorFlowSharp.
