SAMY


NameSAMY JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/Jawher-Ben-Abdallah/YOLO-SAM
SummaryCombines YOLOv8 and SAM
upload_time2023-05-10 21:10:27
maintainer
docs_urlNone
authorJawher Ben Abdallah - Rim Sleimi
requires_python>=3.10
licenseApache License 2.0
keywords yolov8 sam object_detection segmentation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # YOLO-SAM
A repository for Instance Segmentation using YOLO and SAM (Segment Anything Model).

## Installation
Install YOLOv8 and SAM dependencies:
```
pip install -r requirements.txt
```
Install YOLOv8:
```
pip install ultralytics
```

Install Segment Anything:
```
pip install git+https://github.com/facebookresearch/segment-anything.git
```

## Getting Started
To get started, click the links to download the YOLO and Segment Anything models:
- **YOLO Model: [Yolov8s.](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8s.pt)**
- **Segment Anything Model: [ViT-H SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth)**



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Jawher-Ben-Abdallah/YOLO-SAM",
    "name": "SAMY",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "YOLOv8,SAM,Object_Detection,Segmentation",
    "author": "Jawher Ben Abdallah - Rim Sleimi",
    "author_email": "jawher.b.abdallah@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b7/e9/eed13c75334db3b417ec03e1eb5039d549412273f88358408a10804f019a/SAMY-1.0.0.tar.gz",
    "platform": null,
    "description": "# YOLO-SAM\r\nA repository for Instance Segmentation using YOLO and SAM (Segment Anything Model).\r\n\r\n## Installation\r\nInstall YOLOv8 and SAM dependencies:\r\n```\r\npip install -r requirements.txt\r\n```\r\nInstall YOLOv8:\r\n```\r\npip install ultralytics\r\n```\r\n\r\nInstall Segment Anything:\r\n```\r\npip install git+https://github.com/facebookresearch/segment-anything.git\r\n```\r\n\r\n## Getting Started\r\nTo get started, click the links to download the YOLO and Segment Anything models:\r\n- **YOLO Model: [Yolov8s.](https://github.com/ultralytics/assets/releases/download/v0.0.0/yolov8s.pt)**\r\n- **Segment Anything Model: [ViT-H SAM model.](https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth)**\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "Combines YOLOv8 and SAM",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/Jawher-Ben-Abdallah/YOLO-SAM"
    },
    "split_keywords": [
        "yolov8",
        "sam",
        "object_detection",
        "segmentation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "097419e067a475e532b6e7556c9145a55d9a54880d45fb28dcd9e2db30008036",
                "md5": "81be42f7021ad77b7834fce5629891a3",
                "sha256": "2ae4fb5c39b57fc97473b89e6430495fec9610f8e9212cec63bd060e510545ee"
            },
            "downloads": -1,
            "filename": "SAMY-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "81be42f7021ad77b7834fce5629891a3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8046,
            "upload_time": "2023-05-10T21:10:25",
            "upload_time_iso_8601": "2023-05-10T21:10:25.964087Z",
            "url": "https://files.pythonhosted.org/packages/09/74/19e067a475e532b6e7556c9145a55d9a54880d45fb28dcd9e2db30008036/SAMY-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7e9eed13c75334db3b417ec03e1eb5039d549412273f88358408a10804f019a",
                "md5": "ba35ee264f65892c14f695e4a0b8b1ea",
                "sha256": "4157b355f0bc28432a1f8708947b393cd1782dfdf287e600a6a9073f9265cab2"
            },
            "downloads": -1,
            "filename": "SAMY-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ba35ee264f65892c14f695e4a0b8b1ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 7485,
            "upload_time": "2023-05-10T21:10:27",
            "upload_time_iso_8601": "2023-05-10T21:10:27.993193Z",
            "url": "https://files.pythonhosted.org/packages/b7/e9/eed13c75334db3b417ec03e1eb5039d549412273f88358408a10804f019a/SAMY-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-10 21:10:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Jawher-Ben-Abdallah",
    "github_project": "YOLO-SAM",
    "github_not_found": true,
    "lcname": "samy"
}
        
Elapsed time: 0.07778s