Spaces:
Sleeping
Sleeping
Commit ·
61aa763
1
Parent(s): 4697489
added 32 bit detector
Browse files- app.py +1 -1
- best_float32.tflite → best.pt +2 -2
app.py
CHANGED
|
@@ -10,7 +10,7 @@ from PIL import Image
|
|
| 10 |
app = Flask(__name__)
|
| 11 |
|
| 12 |
# Load YOLO model
|
| 13 |
-
trained_model = YOLO("
|
| 14 |
|
| 15 |
# Load TFLite model
|
| 16 |
interpreter = tf.lite.Interpreter(model_path='model_chip_v4.tflite')
|
|
|
|
| 10 |
app = Flask(__name__)
|
| 11 |
|
| 12 |
# Load YOLO model
|
| 13 |
+
trained_model = YOLO("best.tflite")
|
| 14 |
|
| 15 |
# Load TFLite model
|
| 16 |
interpreter = tf.lite.Interpreter(model_path='model_chip_v4.tflite')
|
best_float32.tflite → best.pt
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:09e02b1d3c1c2bcf75634fb5b5238047a999c1f53b49129a84960d5ca35ce7b6
|
| 3 |
+
size 18508438
|