Add SavedModel and update README
Browse files
README.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# My Wheat Anomaly Detection Model
|
2 |
+
This model is stored in TensorFlow SavedModel format and detects anomalies in wheat crops.
|
3 |
+
|
4 |
+
## How to Load the Model
|
5 |
+
```python
|
6 |
+
import tensorflow as tf
|
7 |
+
model = tf.saved_model.load('saved_model')
|
8 |
+
```
|
saved_model/fingerprint.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b4ac3adcfe207f8e65cffead1f70e46dbc5753cadb0d31f46fcea34967b2e9d7
|
3 |
+
size 57
|
saved_model/saved_model.pb
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d0c1ebb30d814b37ba96f9959776b0fb1e7d1339c656c4b43519161763a5988a
|
3 |
+
size 2328102
|
saved_model/variables/variables.data-00000-of-00001
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:51394540e4fe0e1154232ab915930e2e8a5648d2c76e994948182aea71b6f8e1
|
3 |
+
size 32486425
|
saved_model/variables/variables.index
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:abd034a597dd8c3e05b78b503c43a01fa2e7850b26b824430ef479413b90bb5a
|
3 |
+
size 36153
|