{"id":21105181,"url":"https://github.com/tchaton/coordconv-keras","last_synced_at":"2025-03-14T08:45:04.323Z","repository":{"id":134495130,"uuid":"141111039","full_name":"tchaton/CoordConv-keras","owner":"tchaton","description":"CoordConv Solution from Uber - Keras Implementation","archived":false,"fork":false,"pushed_at":"2018-07-16T10:58:33.000Z","size":11,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T03:24:56.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/tchaton.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":"2018-07-16T08:40:06.000Z","updated_at":"2020-08-01T19:03:17.000Z","dependencies_parsed_at":"2023-06-16T10:45:28.827Z","dependency_job_id":null,"html_url":"https://github.com/tchaton/CoordConv-keras","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2FCoordConv-keras","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2FCoordConv-keras/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2FCoordConv-keras/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tchaton%2FCoordConv-keras/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tchaton","download_url":"https://codeload.github.com/tchaton/CoordConv-keras/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243551230,"owners_count":20309291,"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","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":[],"created_at":"2024-11-20T00:04:06.958Z","updated_at":"2025-03-14T08:45:04.300Z","avatar_url":"https://github.com/tchaton.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CoordConv for Keras\nKeras implementation of CoordConv from the paper [An intriguing failing of convolutional neural networks and the CoordConv solution](https://arxiv.org/abs/1807.03247).\n\nExtends the `CoordinateChannel` concatenation from only 2D rank (images) to 1D (text / time series) and 3D tensors (video / voxels).\n\n# Usage\n\nImport `coord.py` and call the layer CoordConv2DLayer\n\n\n```python\nfrom coord import CoordConv2d\n\n# prior to first conv\nip = Input(shape=(64, 64, 2))\nx = CoordConv2d()(ip)\n...\nx = CoordConv2d(with_r=True)(x)\n```\nImport `coordT.py` and call the layer CoordConv2DTranspose\n\n```python\nfrom coord import CoordConv2DTranspose\n\n# prior to first conv\nip = Input(shape=(64, 64, 2))\nx = CoordConv2DTranspose()(ip)\n...\nx = CoordConv2DTranspose(with_r=True)(x)\n```\n\n# Refers\n\nOther Keras implementation : https://github.com/titu1994/keras-coordconv/blob/master/README.md\nPytorch Implementation : https://github.com/mkocabas/CoordConv-pytorch\n\n# Requirements\n\n- Keras 2.2.0+\n- Either Tensorflow, Theano or CNTK backend.\n- Matplotlib (to plot images only)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchaton%2Fcoordconv-keras","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftchaton%2Fcoordconv-keras","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftchaton%2Fcoordconv-keras/lists"}