segmentation-models-pytorch-3d


Namesegmentation-models-pytorch-3d JSON
Version 1.0.2 PyPI version JSON
download
home_pagehttps://github.com/ZFTurbo/segmentation_models_pytorch_3d
SummarySet of models for segmentation of 3D volumes using PyTorch.
upload_time2024-08-01 17:37:28
maintainerNone
docs_urlNone
authorRoman Sol (ZFTurbo)
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements torch torchvision pretrainedmodels efficientnet-pytorch timm timm-3d tqdm pillow six
Travis-CI No Travis.
coveralls test coverage No coveralls.
            3D variants of popular models for segmentation like FPN, Unet, Linknet etc using Pytorch module.Automatic conversion of 2D imagenet weights to 3D variant



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ZFTurbo/segmentation_models_pytorch_3d",
    "name": "segmentation-models-pytorch-3d",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Roman Sol (ZFTurbo)",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1d/e4/6bee4244bc7c44c31f33b65c13fa3dac2cb826dbd9de224292cb52c25894/segmentation_models_pytorch_3d-1.0.2.tar.gz",
    "platform": null,
    "description": "3D variants of popular models for segmentation like FPN, Unet, Linknet etc using Pytorch module.Automatic conversion of 2D imagenet weights to 3D variant\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Set of models for segmentation of 3D volumes using PyTorch.",
    "version": "1.0.2",
    "project_urls": {
        "Homepage": "https://github.com/ZFTurbo/segmentation_models_pytorch_3d"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b7433b27f541d9b391c8c51e87947ff93f901c12dd9048a4415bbd97df8ee62c",
                "md5": "de79a99bb4855c651df5f1f85bf5e7d9",
                "sha256": "9510ded43a7bb0ff3b1776fedfbd101a3ba2b19f92d0032d66d6025d4b494bbd"
            },
            "downloads": -1,
            "filename": "segmentation_models_pytorch_3d-1.0.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "de79a99bb4855c651df5f1f85bf5e7d9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 121002,
            "upload_time": "2024-08-01T17:37:26",
            "upload_time_iso_8601": "2024-08-01T17:37:26.937121Z",
            "url": "https://files.pythonhosted.org/packages/b7/43/3b27f541d9b391c8c51e87947ff93f901c12dd9048a4415bbd97df8ee62c/segmentation_models_pytorch_3d-1.0.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1de46bee4244bc7c44c31f33b65c13fa3dac2cb826dbd9de224292cb52c25894",
                "md5": "139682685fbd2d81dfa5f1735f675767",
                "sha256": "44bb3aba390c78af574d9b880517dd66da992f7f2c8b89099c000ef181a343c3"
            },
            "downloads": -1,
            "filename": "segmentation_models_pytorch_3d-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "139682685fbd2d81dfa5f1735f675767",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 77265,
            "upload_time": "2024-08-01T17:37:28",
            "upload_time_iso_8601": "2024-08-01T17:37:28.530076Z",
            "url": "https://files.pythonhosted.org/packages/1d/e4/6bee4244bc7c44c31f33b65c13fa3dac2cb826dbd9de224292cb52c25894/segmentation_models_pytorch_3d-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-01 17:37:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ZFTurbo",
    "github_project": "segmentation_models_pytorch_3d",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "torch",
            "specs": []
        },
        {
            "name": "torchvision",
            "specs": [
                [
                    ">=",
                    "0.5.0"
                ]
            ]
        },
        {
            "name": "pretrainedmodels",
            "specs": [
                [
                    "==",
                    "0.7.4"
                ]
            ]
        },
        {
            "name": "efficientnet-pytorch",
            "specs": [
                [
                    "==",
                    "0.7.1"
                ]
            ]
        },
        {
            "name": "timm",
            "specs": [
                [
                    "==",
                    "0.9.7"
                ]
            ]
        },
        {
            "name": "timm-3d",
            "specs": [
                [
                    "==",
                    "1.0.1"
                ]
            ]
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "pillow",
            "specs": []
        },
        {
            "name": "six",
            "specs": []
        }
    ],
    "lcname": "segmentation-models-pytorch-3d"
}
        
Elapsed time: 0.25969s