Jaime García Villena commited on
Commit
a9623eb
1 Parent(s): 9bf782e

Revert "Export with nms"

Browse files

This reverts commit 9bf782e2024e67e375f56d24bf75654f7fd2f8c0.

scripts/yolo_export.py CHANGED
@@ -2,5 +2,5 @@ from ultralytics import YOLO
2
 
3
  if __name__ == '__main__':
4
  model = YOLO('yolov8n.pt')
5
- model.export(format = 'saved_model', keras = True, nms = True)
6
  model.export(format = 'tflite')
 
2
 
3
  if __name__ == '__main__':
4
  model = YOLO('yolov8n.pt')
5
+ model.export(format = 'saved_model', keras = True)
6
  model.export(format = 'tflite')
tflite_model.tflite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b13418ee566ac4121255c10ee637dee941b05c9a016bff0cb1df7605ac118517
3
- size 12771140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435e0b6375a32b862ed30cb630256d5dbefb9597c53c87125a66e44ab26cfd68
3
+ size 12771680
yolov8n.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dd48a79dd7fec8ca25fde4eca742ff7bca23b27e2e903eb23bc1d9f83a459bd2
3
- size 12769720
 
 
 
 
yolov8n_saved_model/fingerprint.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:19538f77d59c52d3bee4a142041beb5720ac11f9fcebf8470c851e8233325304
3
- size 57
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b3492909f2891a54e9151b18733a1d42d514bea74240f213228f33eac6a017a
3
+ size 56
yolov8n_saved_model/metadata.yaml CHANGED
@@ -1,7 +1,7 @@
1
  description: Ultralytics YOLOv8n model trained on coco.yaml
2
  author: Ultralytics
3
  license: AGPL-3.0 https://ultralytics.com/license
4
- date: '2023-10-09T16:34:49.387216'
5
  version: 8.0.192
6
  stride: 32
7
  task: detect
 
1
  description: Ultralytics YOLOv8n model trained on coco.yaml
2
  author: Ultralytics
3
  license: AGPL-3.0 https://ultralytics.com/license
4
+ date: '2023-10-06T15:50:35.220556'
5
  version: 8.0.192
6
  stride: 32
7
  task: detect
yolov8n_saved_model/saved_model.pb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:39a72e2b0c3a7d9a0f08e52ea6efdbf8fe2015659890d0ada68ef665c93e9683
3
- size 12911765
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f23f3eda89025c6d1da3916c7fed1a50179bb9182aedca2d6a74ba0f39fb2a23
3
+ size 12913757
yolov8n_saved_model/variables/variables.data-00000-of-00001 CHANGED
Binary files a/yolov8n_saved_model/variables/variables.data-00000-of-00001 and b/yolov8n_saved_model/variables/variables.data-00000-of-00001 differ
 
yolov8n_saved_model/variables/variables.index CHANGED
Binary files a/yolov8n_saved_model/variables/variables.index and b/yolov8n_saved_model/variables/variables.index differ
 
yolov8n_saved_model/yolov8n_float16.tflite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5698bc8400501513ac81225f9b8ba86c9f03524e87544f26e52e2791b556c16
3
- size 6433988
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72e4cbf64265e974923d6b723a2be1d1deeacbdc74aa770e5e82a9f0b753c645
3
+ size 6434532
yolov8n_saved_model/yolov8n_float32.tflite CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b13418ee566ac4121255c10ee637dee941b05c9a016bff0cb1df7605ac118517
3
- size 12771140
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:435e0b6375a32b862ed30cb630256d5dbefb9597c53c87125a66e44ab26cfd68
3
+ size 12771680