Project-MONAI / MONAILabel

MONAI Label is an intelligent open source image labeling and learning tool.
https://docs.monai.io/projects/label
Apache License 2.0
626 stars 196 forks source link

Fix Release Build/setup.py for SAM2 dependency #1779

Closed SachidanandAlle closed 3 weeks ago

SachidanandAlle commented 3 weeks ago

Currently SAM2 official package is not available on PyPI.
And for security reasons required dependencies can be direct URIs.

Need an intermediate solution to push monailabel to PyPI with sam2 dependency which uses SAM2 models. Add note for users how they can override dependency package to use SAM2.1 models.