{"id":22656531,"url":"https://github.com/brain-facens/u-net-segmentation-template","last_synced_at":"2026-05-19T03:03:01.076Z","repository":{"id":266295669,"uuid":"897949870","full_name":"brain-facens/u-net-segmentation-template","owner":"brain-facens","description":"The U-Net architecture achieves very good performance on very different biomedical segmentation applications. This repository is a tutorial to how implement U-Net","archived":false,"fork":false,"pushed_at":"2024-12-26T11:40:19.000Z","size":4607,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-29T07:44:58.094Z","etag":null,"topics":["computer-vision","pytorch","u-net"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brain-facens.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-03T14:23:28.000Z","updated_at":"2024-12-26T11:40:17.000Z","dependencies_parsed_at":"2025-02-03T21:40:06.509Z","dependency_job_id":"6180e47f-dc65-427a-a04d-0249c7d1946a","html_url":"https://github.com/brain-facens/u-net-segmentation-template","commit_stats":null,"previous_names":["brain-facens/u-net-template"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/brain-facens/u-net-segmentation-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brain-facens%2Fu-net-segmentation-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brain-facens%2Fu-net-segmentation-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brain-facens%2Fu-net-segmentation-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brain-facens%2Fu-net-segmentation-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brain-facens","download_url":"https://codeload.github.com/brain-facens/u-net-segmentation-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brain-facens%2Fu-net-segmentation-template/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267600431,"owners_count":24113781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","pytorch","u-net"],"created_at":"2024-12-09T10:14:49.178Z","updated_at":"2026-05-19T03:03:00.970Z","avatar_url":"https://github.com/brain-facens.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"## U-Net Architecture\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp\u003e\n    \u003cimg width=\"100%\" src=\"assets/image.png\" alt=\"U-Net Architecture\"\u003e\u003c/a\u003e\n  \u003c/p\u003e\n\n\nThe U-Net architecture achieves very good performance on very different biomedical segmentation applications. U-net architecture (example for 32x32 pixels in the lowest resolution) as presented in Figure 1. Each blue box corresponds to a multi-channel feature map. The number of channels is denoted on top of the box. The x-y-size is provided at the lower left edge of the box. White boxes represent copied feature maps. The arrows denote the different operations. This work is based on [Ronneberger et al](https://arxiv.org/pdf/1505.04597).\n\n\u003c/div\u003e\n\n## HOW TO INSTALL\n```sh\nconda create -n torch python==3.9\nconda activate torch\n\ngit clone https://github.com/brain-facens/u-net-template.git\ncd u-net-template\npip install -r requirement.txt\n```\n\nYou can find the notebook in ```./notebooks/UNet_seg.ipynb```.\n\n## 🤝 Collaborators\n\nWe would like to thank the following people who contributed to this project:\n\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\n      \u003ca href=\"#\"\u003e\n        \u003cimg src=\"https://avatars.githubusercontent.com/u/64169072?v=4\" width=\"100px;\" alt=\"Foto do Natanael Vitorino no GitHub\"/\u003e\u003cbr\u003e\n        \u003csub\u003e\n          \u003cb\u003eNatanael Vitorino\u003c/b\u003e\n        \u003c/sub\u003e\n      \u003c/a\u003e\n    \u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\n## 📝 License\n\nThis project is under license. See the file [LICENSE](LICENSE) for more details.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrain-facens%2Fu-net-segmentation-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrain-facens%2Fu-net-segmentation-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrain-facens%2Fu-net-segmentation-template/lists"}