{"id":24771066,"url":"https://github.com/pfcclab/deepali","last_synced_at":"2025-03-23T20:26:45.901Z","repository":{"id":272741845,"uuid":"883037477","full_name":"PFCCLab/deepali","owner":"PFCCLab","description":"About Image, point set, and surface registration in Paddle.","archived":false,"fork":false,"pushed_at":"2025-01-16T10:03:27.000Z","size":623,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"develop","last_synced_at":"2025-01-29T03:57:43.076Z","etag":null,"topics":["image-registration","medical-imaging","spatial-transformer-networks"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PFCCLab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":"CITATION.cff","codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-04T09:16:25.000Z","updated_at":"2025-01-16T10:03:29.000Z","dependencies_parsed_at":"2025-01-16T11:33:07.340Z","dependency_job_id":"daeac06e-af79-49f0-bab4-46715f0a0963","html_url":"https://github.com/PFCCLab/deepali","commit_stats":null,"previous_names":["pfcclab/deepali"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2Fdeepali","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2Fdeepali/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2Fdeepali/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PFCCLab%2Fdeepali/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PFCCLab","download_url":"https://codeload.github.com/PFCCLab/deepali/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245163973,"owners_count":20571033,"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":["image-registration","medical-imaging","spatial-transformer-networks"],"created_at":"2025-01-29T03:57:45.397Z","updated_at":"2025-03-23T20:26:45.824Z","avatar_url":"https://github.com/PFCCLab.png","language":"Python","readme":"# deepali(Paddle Backend)\n\n\u003e [!IMPORTANT]\n\u003e This branch(paddle) experimentally supports [Paddle backend](https://www.paddlepaddle.org.cn/en/install/quick?docurl=/documentation/docs/en/develop/install/pip/linux-pip_en.html)\n\u003e as almost all the core code has been completely rewritten using the Paddle API.\n\u003e\n\u003e It is recommended to install **nightly-build(develop)** Paddle before running any code in this branch.\n\nInstall:\n\n``` shell\n# paddlepaddle develop\npython -m pip install --pre paddlepaddle-gpu -i https://www.paddlepaddle.org.cn/packages/nightly/cu118/\n\n# setup config file is pyproject.toml\npip install .\n\n# test\npytest -v ./tests\n\n```\n\n## example code\n\n``` python\nimport paddle\nfrom deepali.core import bspline as B\n\nkernel = B.cubic_bspline_interpolation_weights(5)\nassert isinstance(kernel, paddle.Tensor)\nassert tuple(kernel.shape) == (5, 4)\n\nassert paddle.allclose(\n    x=kernel, y=B.cubic_bspline_interpolation_weights(5, derivative=0)\n).item()\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfcclab%2Fdeepali","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpfcclab%2Fdeepali","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpfcclab%2Fdeepali/lists"}