[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)
# Unet
My implemenetation of a modular Unet from the paper "U-Net: Convolutional Networks for Biomedical Image Segmentation"
[Paper Link](https://arxiv.org/abs/1505.04597)
# Appreciation
* Lucidrains
* Agorians
# Install
`pip install unet`
# License
MIT
# Citations
```bibtex
@misc{1505.04597,
Author = {Olaf Ronneberger and Philipp Fischer and Thomas Brox},
Title = {U-Net: Convolutional Networks for Biomedical Image Segmentation},
Year = {2015},
Eprint = {arXiv:1505.04597},
}
```
Raw data
{
"_id": null,
"home_page": "https://github.com/kyegomez/SimpleUnet",
"name": "unet-torch",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6,<4.0",
"maintainer_email": "",
"keywords": "artificial intelligence,deep learning,optimizers,Prompt Engineering",
"author": "Kye Gomez",
"author_email": "kye@apac.ai",
"download_url": "https://files.pythonhosted.org/packages/fe/2d/99a7a48845f3d71234a0ea906dfe03d8e6a1a1144a8aa34ecd411dc76329/unet_torch-0.0.2.tar.gz",
"platform": null,
"description": "[![Multi-Modality](agorabanner.png)](https://discord.gg/qUtxnK2NMf)\n\n# Unet\nMy implemenetation of a modular Unet from the paper \"U-Net: Convolutional Networks for Biomedical Image Segmentation\"\n\n[Paper Link](https://arxiv.org/abs/1505.04597)\n\n# Appreciation\n* Lucidrains\n* Agorians\n\n\n\n# Install\n`pip install unet`\n\n# License\nMIT\n\n# Citations\n```bibtex\n@misc{1505.04597,\nAuthor = {Olaf Ronneberger and Philipp Fischer and Thomas Brox},\nTitle = {U-Net: Convolutional Networks for Biomedical Image Segmentation},\nYear = {2015},\nEprint = {arXiv:1505.04597},\n}\n```",
"bugtrack_url": null,
"license": "MIT",
"summary": "unet - Pytorch",
"version": "0.0.2",
"project_urls": {
"Homepage": "https://github.com/kyegomez/SimpleUnet",
"Repository": "https://github.com/kyegomez/unet"
},
"split_keywords": [
"artificial intelligence",
"deep learning",
"optimizers",
"prompt engineering"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "28cc628eb0f12ebc3dfd4d2985a560f4c23dce5f328dbb9fed37966a9a7ffdf2",
"md5": "78cc4d2a3bae5ff140bc14f26dccaada",
"sha256": "42d0b03332b201c1cbe95aa8f6c5d74eb1628f0582cb52747e70e52f61c4f3d0"
},
"downloads": -1,
"filename": "unet_torch-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "78cc4d2a3bae5ff140bc14f26dccaada",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6,<4.0",
"size": 3406,
"upload_time": "2023-09-19T17:08:35",
"upload_time_iso_8601": "2023-09-19T17:08:35.257680Z",
"url": "https://files.pythonhosted.org/packages/28/cc/628eb0f12ebc3dfd4d2985a560f4c23dce5f328dbb9fed37966a9a7ffdf2/unet_torch-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fe2d99a7a48845f3d71234a0ea906dfe03d8e6a1a1144a8aa34ecd411dc76329",
"md5": "58791f192609c7cf707e82cdcb98b7b7",
"sha256": "70b8286179d46cb4e10396ce74fa064c181404acc5781f9757d4f17742c7bbe3"
},
"downloads": -1,
"filename": "unet_torch-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "58791f192609c7cf707e82cdcb98b7b7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6,<4.0",
"size": 3359,
"upload_time": "2023-09-19T17:08:36",
"upload_time_iso_8601": "2023-09-19T17:08:36.391543Z",
"url": "https://files.pythonhosted.org/packages/fe/2d/99a7a48845f3d71234a0ea906dfe03d8e6a1a1144a8aa34ecd411dc76329/unet_torch-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-09-19 17:08:36",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "kyegomez",
"github_project": "SimpleUnet",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [],
"lcname": "unet-torch"
}