ujalaarshad17 commited on
Commit
61aa763
·
1 Parent(s): 4697489

added 32 bit detector

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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("best_float32.tflite")
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:5faf6067d82e215b23b9578f42660d3ab9e8c762d7f8d6a7abf37cb6f0c1309a
3
- size 44774302
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09e02b1d3c1c2bcf75634fb5b5238047a999c1f53b49129a84960d5ca35ce7b6
3
+ size 18508438