mlboydaisuke commited on
Commit
e2361bd
·
verified ·
1 Parent(s): 82cbc48

Revert: pull YOLOE from live manifest (pending app 3.0)

Browse files
Files changed (1) hide show
  1. models.json +1 -57
models.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "manifest_version": 1,
3
- "updated_at": "2026-06-02",
4
  "min_app_version": "1.0",
5
  "categories": [
6
  {
@@ -1730,62 +1730,6 @@
1730
  "year": 2022
1731
  },
1732
  "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_pixelization.py"
1733
- },
1734
- {
1735
- "id": "yoloe",
1736
- "name": "YOLOE",
1737
- "subtitle": "Open-vocab detection + segmentation",
1738
- "category_id": "detection",
1739
- "description_md": "YOLOE — real-time **open-vocabulary detection + instance segmentation**. Type any objects (comma-separated) to detect *and* segment them; no fixed class list. The detector emits per-anchor region embeddings and the region–text similarity runs on-device against MobileCLIP→RepRTA text embeddings, so the vocabulary changes for free. Toggle masks on/off. See the YOLOEDemo sample app for text + visual prompts and live camera.",
1740
- "thumbnail_url": null,
1741
- "demo": {
1742
- "template": "yoloe",
1743
- "config": {
1744
- "confidence_threshold": 0.15
1745
- }
1746
- },
1747
- "files": [
1748
- {
1749
- "name": "yoloe_detector_s.mlpackage.zip",
1750
- "url": "https://huggingface.co/mlboydaisuke/coreml-zoo/resolve/main/yoloe/yoloe_detector_s.mlpackage.zip",
1751
- "archive": "zip",
1752
- "size_bytes": 19157375,
1753
- "sha256": "e96db41c3f91677bd1efe81b1b483b911302b838c8e1116c16fcb1c5e6f010d4",
1754
- "kind": "model"
1755
- },
1756
- {
1757
- "name": "reprta_s.mlpackage.zip",
1758
- "url": "https://huggingface.co/mlboydaisuke/coreml-zoo/resolve/main/yoloe/reprta_s.mlpackage.zip",
1759
- "archive": "zip",
1760
- "size_bytes": 3723041,
1761
- "sha256": "c8df0fa7503c17b7e760b5a67ca2a8e1ddde93b894325b8f67ecc1d13c229aac",
1762
- "kind": "model"
1763
- },
1764
- {
1765
- "name": "mobileclip_blt_text.mlpackage.zip",
1766
- "url": "https://huggingface.co/mlboydaisuke/coreml-zoo/resolve/main/yoloe/mobileclip_blt_text.mlpackage.zip",
1767
- "archive": "zip",
1768
- "size_bytes": 117058491,
1769
- "sha256": "e16dc29921d398ec2f39bde23e69f99b23128135043f754c88869c0c2dd588fb",
1770
- "kind": "model"
1771
- }
1772
- ],
1773
- "requirements": {
1774
- "min_ios": "17.0",
1775
- "min_ram_mb": 600
1776
- },
1777
- "license": {
1778
- "name": "AGPL-3.0",
1779
- "url": "https://github.com/THU-MIG/yoloe/blob/main/LICENSE"
1780
- },
1781
- "upstream": {
1782
- "name": "THU-MIG/yoloe",
1783
- "url": "https://github.com/THU-MIG/yoloe",
1784
- "year": 2025
1785
- },
1786
- "credits_md": null,
1787
- "hf_repo_url": null,
1788
- "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/sample_apps/YOLOEDemo/convert_models.py"
1789
  }
1790
  ]
1791
  }
 
1
  {
2
  "manifest_version": 1,
3
+ "updated_at": "2026-04-24T15:44:51Z",
4
  "min_app_version": "1.0",
5
  "categories": [
6
  {
 
1730
  "year": 2022
1731
  },
1732
  "conversion_script_url": "https://github.com/john-rocky/CoreML-Models/blob/master/conversion_scripts/convert_pixelization.py"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1733
  }
1734
  ]
1735
  }