DeepTile


NameDeepTile JSON
Version 2.0.8 PyPI version JSON
download
home_pageNone
SummaryLarge image tiling and stitching library for scaling Python functions to arbitrary input image sizes.
upload_time2024-11-05 01:19:22
maintainerNone
docs_urlNone
authorWilliam Niu
requires_python>=3.8
licenseNone
keywords machine learning deep learning image tiling image stitching
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DeepTile
Large image tiling and stitching library for scaling Python functions to arbitrary input image sizes.

## General
DeepTile provides a standardized workflow for splitting large images into tiles of a specified size, processing tiles using regular Python functions, and stitching the processed tiles. DeepTile supports batch processing specifically designed for deep learning algorithms, featuring automatic padding and mini-batch generation.

## Installation

Install DeepTile from [PyPI](https://pypi.org/project/deeptile/).

```
pip install deeptile
```

## Usage

See [notebooks](notebooks) for examples of DeepTile usage for both TIFF and ND2 files.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "DeepTile",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "machine learning, deep learning, image tiling, image stitching",
    "author": "William Niu",
    "author_email": "wniu721@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/76/9c/c1f63bdbbfd98db7ca13d0e07a17460d4b13f59cd0f2ac647ca52a355201/deeptile-2.0.8.tar.gz",
    "platform": null,
    "description": "# DeepTile\nLarge image tiling and stitching library for scaling Python functions to arbitrary input image sizes.\n\n## General\nDeepTile provides a standardized workflow for splitting large images into tiles of a specified size, processing tiles using regular Python functions, and stitching the processed tiles. DeepTile supports batch processing specifically designed for deep learning algorithms, featuring automatic padding and mini-batch generation.\n\n## Installation\n\nInstall DeepTile from [PyPI](https://pypi.org/project/deeptile/).\n\n```\npip install deeptile\n```\n\n## Usage\n\nSee [notebooks](notebooks) for examples of DeepTile usage for both TIFF and ND2 files.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Large image tiling and stitching library for scaling Python functions to arbitrary input image sizes.",
    "version": "2.0.8",
    "project_urls": null,
    "split_keywords": [
        "machine learning",
        " deep learning",
        " image tiling",
        " image stitching"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe7b50a1d66c5c5d6d9de7694aa641fc41e86c05f198ba06cecbb1a23c322652",
                "md5": "af0276f3b0b22af4862abcafc20bc355",
                "sha256": "85fa960e10be6fe3e2c1ef94c7729c8abea81eeb3edf4d4509ebbb8ddaa4c4c2"
            },
            "downloads": -1,
            "filename": "DeepTile-2.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "af0276f3b0b22af4862abcafc20bc355",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 27015,
            "upload_time": "2024-11-05T01:19:20",
            "upload_time_iso_8601": "2024-11-05T01:19:20.962416Z",
            "url": "https://files.pythonhosted.org/packages/fe/7b/50a1d66c5c5d6d9de7694aa641fc41e86c05f198ba06cecbb1a23c322652/DeepTile-2.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "769cc1f63bdbbfd98db7ca13d0e07a17460d4b13f59cd0f2ac647ca52a355201",
                "md5": "c8170bac5ebd2de7f41d5dbcd71f2e65",
                "sha256": "aa6bb45a51e3fcc472e1e90c39998c7df44917d842f41c51a58bfc6398742e06"
            },
            "downloads": -1,
            "filename": "deeptile-2.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "c8170bac5ebd2de7f41d5dbcd71f2e65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 22251,
            "upload_time": "2024-11-05T01:19:22",
            "upload_time_iso_8601": "2024-11-05T01:19:22.493380Z",
            "url": "https://files.pythonhosted.org/packages/76/9c/c1f63bdbbfd98db7ca13d0e07a17460d4b13f59cd0f2ac647ca52a355201/deeptile-2.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 01:19:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "deeptile"
}
        
Elapsed time: 0.61380s