apocaliss92 commited on
Commit
7cdda35
·
verified ·
1 Parent(s): e464fd9

Remove legacy YOLOv9 (bases + int8/fp16 + scrypted-relu); keep our yolov9 -320/-640 + yolo26

Browse files
Files changed (37) hide show
  1. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9c_relu.bin +0 -3
  2. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9c_relu.xml +0 -0
  3. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9m_relu.bin +0 -3
  4. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9m_relu.xml +0 -0
  5. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9s_relu.bin +0 -3
  6. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9s_relu.xml +0 -0
  7. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9t_relu.bin +0 -3
  8. objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9t_relu.xml +0 -0
  9. objectDetection/yolov9/coreml/camstack-yolov9c.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -3
  10. objectDetection/yolov9/coreml/camstack-yolov9c.mlpackage/Data/com.apple.CoreML/weights/weight.bin +0 -3
  11. objectDetection/yolov9/coreml/camstack-yolov9c.mlpackage/Manifest.json +0 -18
  12. objectDetection/yolov9/coreml/camstack-yolov9s.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -3
  13. objectDetection/yolov9/coreml/camstack-yolov9s.mlpackage/Data/com.apple.CoreML/weights/weight.bin +0 -3
  14. objectDetection/yolov9/coreml/camstack-yolov9s.mlpackage/Manifest.json +0 -18
  15. objectDetection/yolov9/coreml/camstack-yolov9t.mlpackage/Data/com.apple.CoreML/model.mlmodel +0 -3
  16. objectDetection/yolov9/coreml/camstack-yolov9t.mlpackage/Data/com.apple.CoreML/weights/weight.bin +0 -3
  17. objectDetection/yolov9/coreml/camstack-yolov9t.mlpackage/Manifest.json +0 -18
  18. objectDetection/yolov9/onnx/camstack-yolov9c.onnx +0 -3
  19. objectDetection/yolov9/onnx/camstack-yolov9s.onnx +0 -3
  20. objectDetection/yolov9/onnx/camstack-yolov9t.onnx +0 -3
  21. objectDetection/yolov9/openvino/camstack-yolov9c.bin +0 -3
  22. objectDetection/yolov9/openvino/camstack-yolov9c.xml +0 -0
  23. objectDetection/yolov9/openvino/camstack-yolov9s-fp16.bin +0 -3
  24. objectDetection/yolov9/openvino/camstack-yolov9s-fp16.xml +0 -0
  25. objectDetection/yolov9/openvino/camstack-yolov9s-int8.bin +0 -3
  26. objectDetection/yolov9/openvino/camstack-yolov9s-int8.xml +0 -0
  27. objectDetection/yolov9/openvino/camstack-yolov9s.bin +0 -3
  28. objectDetection/yolov9/openvino/camstack-yolov9s.xml +0 -0
  29. objectDetection/yolov9/openvino/camstack-yolov9t-fp16.bin +0 -3
  30. objectDetection/yolov9/openvino/camstack-yolov9t-fp16.xml +0 -0
  31. objectDetection/yolov9/openvino/camstack-yolov9t-int8.bin +0 -3
  32. objectDetection/yolov9/openvino/camstack-yolov9t-int8.xml +0 -0
  33. objectDetection/yolov9/openvino/camstack-yolov9t.bin +0 -3
  34. objectDetection/yolov9/openvino/camstack-yolov9t.xml +0 -0
  35. objectDetection/yolov9/tflite/camstack-yolov9c_float32.tflite +0 -3
  36. objectDetection/yolov9/tflite/camstack-yolov9s_float32.tflite +0 -3
  37. objectDetection/yolov9/tflite/camstack-yolov9t_float32.tflite +0 -3
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9c_relu.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:f9084242fc02e0ce8e2c969f7ed51c68d8d8af9e4431ff5e72c7432a9bc6f56d
3
- size 50474692
 
 
 
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9c_relu.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9m_relu.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7656b7a8d144fbe4b9230988cfe519da8bbf291dea38854cb7cad7ece2d17a22
3
- size 39861848
 
 
 
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9m_relu.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9s_relu.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:99a0f90dcfa4115f24cda45c4ebe37a6631cb8000c2d8338d94e3192666b3ad8
3
- size 14170212
 
 
 
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9s_relu.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9t_relu.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:83e5c6aadd0389126f7160873fcf1b92fbafa1361d2988b6cf98843b884828c4
3
- size 3775140
 
 
 
 
objectDetection/scrypted-yolov9-relu/openvino/scrypted_yolov9t_relu.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/coreml/camstack-yolov9c.mlpackage/Data/com.apple.CoreML/model.mlmodel DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:e081c1e3d352f5ba5f6dc7ef9459350d64ed5b7769662b12e3e42b42bac93d4f
3
- size 271219
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9c.mlpackage/Data/com.apple.CoreML/weights/weight.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9889ababc524db385a4305ebc1a42ada4dddc8028198d040fbba77c504228932
3
- size 50831072
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9c.mlpackage/Manifest.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "fileFormatVersion": "1.0.0",
3
- "itemInfoEntries": {
4
- "F2D2AB9D-FB90-4484-A80B-63039CA140BB": {
5
- "author": "com.apple.CoreML",
6
- "description": "CoreML Model Specification",
7
- "name": "model.mlmodel",
8
- "path": "com.apple.CoreML/model.mlmodel"
9
- },
10
- "FB9A2F3A-1BA6-4E8A-A10E-A8B50BA9314E": {
11
- "author": "com.apple.CoreML",
12
- "description": "CoreML Model Weights",
13
- "name": "weights",
14
- "path": "com.apple.CoreML/weights"
15
- }
16
- },
17
- "rootModelIdentifier": "F2D2AB9D-FB90-4484-A80B-63039CA140BB"
18
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9s.mlpackage/Data/com.apple.CoreML/model.mlmodel DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:41f673635942e4f3da93e77179e0509e3b3bea28815963e1eaa6abd7efd39f3e
3
- size 333136
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9s.mlpackage/Data/com.apple.CoreML/weights/weight.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:9f68b8d418b0832e9788f115e2dfabc6ff54fbe5244815adafa0bd9f98204755
3
- size 14472096
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9s.mlpackage/Manifest.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "fileFormatVersion": "1.0.0",
3
- "itemInfoEntries": {
4
- "96DEA700-2E5A-4ACD-9531-2E3DC24753AB": {
5
- "author": "com.apple.CoreML",
6
- "description": "CoreML Model Specification",
7
- "name": "model.mlmodel",
8
- "path": "com.apple.CoreML/model.mlmodel"
9
- },
10
- "D480D96A-5F7E-42E0-AA76-5A0F71ED56E4": {
11
- "author": "com.apple.CoreML",
12
- "description": "CoreML Model Weights",
13
- "name": "weights",
14
- "path": "com.apple.CoreML/weights"
15
- }
16
- },
17
- "rootModelIdentifier": "96DEA700-2E5A-4ACD-9531-2E3DC24753AB"
18
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9t.mlpackage/Data/com.apple.CoreML/model.mlmodel DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:dde312e4876bc2d8b9c5f5c791dceb11f5652e14cfe77fd17c03597bf5a70741
3
- size 332701
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9t.mlpackage/Data/com.apple.CoreML/weights/weight.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:53dfec9857b3c9922fcbd5e9f88f34ed79de26d9bbcf0d705a1c7a4e5ac93398
3
- size 4264992
 
 
 
 
objectDetection/yolov9/coreml/camstack-yolov9t.mlpackage/Manifest.json DELETED
@@ -1,18 +0,0 @@
1
- {
2
- "fileFormatVersion": "1.0.0",
3
- "itemInfoEntries": {
4
- "3618158B-B8DB-4171-A0CC-904521B42653": {
5
- "author": "com.apple.CoreML",
6
- "description": "CoreML Model Weights",
7
- "name": "weights",
8
- "path": "com.apple.CoreML/weights"
9
- },
10
- "76488C74-1BE2-45F7-84FF-B260AAEC8467": {
11
- "author": "com.apple.CoreML",
12
- "description": "CoreML Model Specification",
13
- "name": "model.mlmodel",
14
- "path": "com.apple.CoreML/model.mlmodel"
15
- }
16
- },
17
- "rootModelIdentifier": "76488C74-1BE2-45F7-84FF-B260AAEC8467"
18
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
objectDetection/yolov9/onnx/camstack-yolov9c.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5be9a49e814d15843f2246845f0f1350f916eb1a11dff792bf97e1f239a0a5cf
3
- size 101823211
 
 
 
 
objectDetection/yolov9/onnx/camstack-yolov9s.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:916c226cdc25d9ab78ba56631c76e4a7b642aafbdd1f65ad8861ac6e8085994b
3
- size 29118991
 
 
 
 
objectDetection/yolov9/onnx/camstack-yolov9t.onnx DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:5beb13c033b2e3607578782bb71c82427edbf83e5223d91fa59df557bb2213ac
3
- size 8702476
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9c.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:1569e9372688d001dfa1d191f039edd7859772a25138a9856ef9306478806862
3
- size 50812434
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9c.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/openvino/camstack-yolov9s-fp16.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:50a408274a61cd1769ab978cf60324515eee0e36e4f570e2f2f17077c2a90dc9
3
- size 14450674
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9s-fp16.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/openvino/camstack-yolov9s-int8.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:0933af7d78dd528f04ff9bbe778b789784ed7274fc2a21ab7d32077aefcffeaa
3
- size 7397272
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9s-int8.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/openvino/camstack-yolov9s.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:376648263f4aaa1fe33b72efe8dd1b21f549b782be5f7ee4400d583bbaa34e54
3
- size 14446674
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9s.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/openvino/camstack-yolov9t-fp16.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:286264be28392275bf4556a9713eb20d1418288517a3e2d53b170b2235403293
3
- size 4242722
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9t-fp16.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/openvino/camstack-yolov9t-int8.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:36958af9e62374cd4cc0d1706851083f73a254fd4729f77572f468cb98ec4843
3
- size 2248424
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9t-int8.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/openvino/camstack-yolov9t.bin DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:7cbed9067ae94af564f8d11105856165ffa89b46d0a3c08a10018fd1097e3cbf
3
- size 4238578
 
 
 
 
objectDetection/yolov9/openvino/camstack-yolov9t.xml DELETED
The diff for this file is too large to render. See raw diff
 
objectDetection/yolov9/tflite/camstack-yolov9c_float32.tflite DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:64962ed40f9fc8ef3ade3819251592c10c85cb39bf765700268141842ab7e368
3
- size 101864044
 
 
 
 
objectDetection/yolov9/tflite/camstack-yolov9s_float32.tflite DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:8ed6ec863608c6bd09cae174cba3269a88b937b3b249f81de57f917810814733
3
- size 29166145
 
 
 
 
objectDetection/yolov9/tflite/camstack-yolov9t_float32.tflite DELETED
@@ -1,3 +0,0 @@
1
- version https://git-lfs.github.com/spec/v1
2
- oid sha256:cfd544904b9839e443864ad015ba27dd9e6472c2074e4fade1b2e8b9add62331
3
- size 8749077