This repository contains 3D variants of popular classification CNN models like ResNets, DenseNets, VGG, etc for keras module. It also contains weights obtained by converting ImageNet weights from the same 2D models. Models work with keras 3 with different backends like Tensorflow, Torch and Jax.More details: https://github.com/ZFTurbo/classification_models_3D
Raw data
{
"_id": null,
"home_page": "https://github.com/ZFTurbo/classification_models_3D",
"name": "classification-models-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/da/04/22050de47f55abd799be21a4e48fe10e58f22674d0e4d062e9b435719a54/classification_models_3D-1.1.0.tar.gz",
"platform": null,
"description": "This repository contains 3D variants of popular classification CNN models like ResNets, DenseNets, VGG, etc for keras module. It also contains weights obtained by converting ImageNet weights from the same 2D models. Models work with keras 3 with different backends like Tensorflow, Torch and Jax.More details: https://github.com/ZFTurbo/classification_models_3D\n\n\n",
"bugtrack_url": null,
"license": null,
"summary": "Set of models for classification of 3D volumes.",
"version": "1.1.0",
"project_urls": {
"Homepage": "https://github.com/ZFTurbo/classification_models_3D"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "63cc4929283983829803b6cfd9b24bf79da33f5a8e459f31b653d99283eb78a8",
"md5": "d32199021c496f4d5417dcd277e89e1c",
"sha256": "43e025a31470cc42e26d7695989cb579263b0491d751638b492a43327491f040"
},
"downloads": -1,
"filename": "classification_models_3D-1.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d32199021c496f4d5417dcd277e89e1c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 69786,
"upload_time": "2024-05-01T11:40:18",
"upload_time_iso_8601": "2024-05-01T11:40:18.619830Z",
"url": "https://files.pythonhosted.org/packages/63/cc/4929283983829803b6cfd9b24bf79da33f5a8e459f31b653d99283eb78a8/classification_models_3D-1.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "da0422050de47f55abd799be21a4e48fe10e58f22674d0e4d062e9b435719a54",
"md5": "a7f8efbde681e6fa13f8c705d39f6ef9",
"sha256": "65ccfd4db1a1c08c1128c2abe861caa7b26e77903b8da4f1271d0c502992321c"
},
"downloads": -1,
"filename": "classification_models_3D-1.1.0.tar.gz",
"has_sig": false,
"md5_digest": "a7f8efbde681e6fa13f8c705d39f6ef9",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 46670,
"upload_time": "2024-05-01T11:40:20",
"upload_time_iso_8601": "2024-05-01T11:40:20.590563Z",
"url": "https://files.pythonhosted.org/packages/da/04/22050de47f55abd799be21a4e48fe10e58f22674d0e4d062e9b435719a54/classification_models_3D-1.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-01 11:40:20",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ZFTurbo",
"github_project": "classification_models_3D",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "tensorflow",
"specs": [
[
">=",
"2.16.1"
]
]
},
{
"name": "keras",
"specs": [
[
">=",
"3.0.0"
]
]
}
],
"lcname": "classification-models-3d"
}