Metadata-Version: 2.1 Name: SAMYOL Version: 1.0.7 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/markdown 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 ======= .. image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg :target: https://opensource.org/licenses/Apache-2.0 :alt: License: Apache 2.0 .. image:: https://img.shields.io/github/stars/Jawher-Ben-Abdallah/SAMYOL.svg?style=social :alt: GitHub stars :target: https://github.com/Jawher-Ben-Abdallah/SAMYOL/stargazers .. image:: https://github.com/Jawher-Ben-Abdallah/SAMYOL/actions/workflows/lint-format-install.yml/badge.svg :alt: lint-format-install :target: https://github.com/Jawher-Ben-Abdallah/SAMYOL/actions/workflows/lint-format-install.yml 🤔 What is this? ---------------- SAMYOL is a Python library that combines an object detection model and a segmentation model. It provides a unified interface for performing object detection and segmentation tasks using different versions of the YOLO model (YOLOv6, YOLOv7, YOLOv8, or YOLO-NAS) and the Segment Anything Model (SAM). 🧩 Features ------------ - Integrated object detection and segmentation capabilities - Support for multiple versions of the YOLO model - Flexible input options for image paths - Easy-to-use interface for obtaining object detection predictions and segmentation masks .. raw:: html