IAmTheHaider
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ You can use this model in your application by loading the TFLite model and runni
|
|
52 |
import tensorflow as tf
|
53 |
|
54 |
# Load the TFLite model and allocate tensors
|
55 |
-
interpreter = tf.lite.Interpreter(model_path="path/to/
|
56 |
interpreter.allocate_tensors()
|
57 |
|
58 |
# Get input and output tensors
|
|
|
52 |
import tensorflow as tf
|
53 |
|
54 |
# Load the TFLite model and allocate tensors
|
55 |
+
interpreter = tf.lite.Interpreter(model_path="path/to/PotYOLO_int8.tflite")
|
56 |
interpreter.allocate_tensors()
|
57 |
|
58 |
# Get input and output tensors
|