Metadata-Version: 2.1
Name: SAMYOL
Version: 1.0.9
Summary: Combines YOLO models and SAM
Author: Jawher Ben Abdallah
Author-email: jawher.b.abdallah@gmail.com
Maintainer: Rim Sleimi
Maintainer-email: sleimi.rim1996@gmail.com
License: Apache License 2.0
Project-URL: Source, https://github.com/Jawher-Ben-Abdallah/SAMYOL
Keywords: YOLOv6,YOLOv7,YOLOv8,YOLO-NAS SAM,Object_Detection,Segmentation
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: matplotlib (>=3.2.2)
Requires-Dist: numpy (>=1.21.6)
Requires-Dist: opencv-python (>=4.6.0)
Requires-Dist: Pillow (>=7.1.2)
Requires-Dist: PyYAML (>=5.3.1)
Requires-Dist: requests (>=2.23.0)
Requires-Dist: scipy (>=1.4.1)
Requires-Dist: torch (>=1.7.0)
Requires-Dist: torchvision (>=0.8.1)
Requires-Dist: tqdm (>=4.64.0)
Requires-Dist: onnxruntime
Provides-Extra: dev
Requires-Dist: twine (>=4.0.2) ; extra == 'dev'

SAMYOL is a Python library that combines an object detection model (YOLOv6, YOLOv7, YOLOv8, or YOLO-NAS) and the Segment Anything Model (SAM).
