File size: 387 Bytes
7870cc2 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | # Core ML torch>=2.0.0 transformers>=4.30.0 timm>=0.9.0 ultralytics>=8.3.78 segment-anything-hq>=0.3.0 # Feature matching (git install) lightglue @ git+https://github.com/cvg/LightGlue.git # Web UI gradio>=5.49.1 # Image processing opencv-python>=4.11.0.86 numpy>=2.0.0 pillow>=11.0.0 matplotlib>=3.8.0 # Utilities pydantic>=2.0.0 pyyaml>=6.0.0 scipy>=1.10.0 huggingface_hub>=0.20.0 |