{"id":20262276,"url":"https://github.com/imvision12/segformer-tf","last_synced_at":"2025-07-22T20:06:32.003Z","repository":{"id":148878433,"uuid":"595586843","full_name":"IMvision12/SegFormer-tf","owner":"IMvision12","description":"A Keras 3 Implementation of \"SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers\"","archived":false,"fork":false,"pushed_at":"2024-03-01T16:27:41.000Z","size":6479,"stargazers_count":10,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T01:51:40.597Z","etag":null,"topics":["image-segmentation","segformer","segmentation","semantic-segmentation","tensorflow","transformer"],"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/IMvision12.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":"2023-01-31T11:51:07.000Z","updated_at":"2025-03-23T04:36:29.000Z","dependencies_parsed_at":"2024-11-14T11:41:02.995Z","dependency_job_id":null,"html_url":"https://github.com/IMvision12/SegFormer-tf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IMvision12/SegFormer-tf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMvision12%2FSegFormer-tf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMvision12%2FSegFormer-tf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMvision12%2FSegFormer-tf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMvision12%2FSegFormer-tf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMvision12","download_url":"https://codeload.github.com/IMvision12/SegFormer-tf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMvision12%2FSegFormer-tf/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266563915,"owners_count":23948689,"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-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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":["image-segmentation","segformer","segmentation","semantic-segmentation","tensorflow","transformer"],"created_at":"2024-11-14T11:29:15.922Z","updated_at":"2025-07-22T20:06:31.981Z","avatar_url":"https://github.com/IMvision12.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SegFormer-tf\n\nThis repository is about an implementation of the research paper \"SegFormer: Simple and Efficient Design for Semantic Segmentation with Transformers\"\n\nSegFormer is a Transformer-based framework for semantic segmentation that unifies Transformers with lightweight multilayer perceptron (MLP) decoders.\n\n#### Model Architecture :\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/IMvision12/SegFormer-tf/blob/main/images/arch.png\" title=\"graph\"\u003e\n\u003c/p\u003e\n\n#### Detailed overview of MiT :\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/IMvision12/SegFormer-tf/blob/main/images/mit.png\" title=\"graph\"\u003e\n\u003c/p\u003e\n\n# Usage:\n\nClone Github Repo: \n\n```bash\n$ git clone https://github.com/IMvision12/SegFormer-tf\n$ cd SegFormer-tf\n```\n\nThen import model\n\n```py\nimport tensorflow as tf\nfrom models import SegFormer_B3\nmodel = SegFormer_B3(input_shape = (224, 224, 3), num_classes = 19)\nprint(model.summary())\n```\n\n\n# References\n\n[1] SegFormer paper: https://arxiv.org/pdf/2105.15203\n\n[2] Official SegFormer Repo: https://github.com/NVlabs/SegFormer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimvision12%2Fsegformer-tf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimvision12%2Fsegformer-tf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimvision12%2Fsegformer-tf/lists"}