Metadata-Version: 2.1
Name: autodistill_grounded_sam_2
Version: 0.1.0
Summary: Use Segment Anything 2, grounded with Florence-2, to auto-label data for use in training vision models. 
Home-page: https://github.com/autodistill/autodistill-grounded-sam-2
Author: Roboflow
Author-email: autodistill@roboflow.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: torch
Requires-Dist: autodistill
Requires-Dist: numpy >=1.20.0
Requires-Dist: opencv-python >=4.6.0
Requires-Dist: supervision
Requires-Dist: roboflow
Requires-Dist: autodistill-florence-2
Provides-Extra: dev
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: black ==22.3.0 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: twine ; extra == 'dev'
Requires-Dist: pytest ; extra == 'dev'
Requires-Dist: wheel ; extra == 'dev'

 Use Segment Anything 2, grounded with Florence-2, to auto-label data for use in training vision models. 
