{"id":15066196,"url":"https://github.com/bes-dev/haar_pytorch","last_synced_at":"2025-04-10T13:42:45.768Z","repository":{"id":57436543,"uuid":"428779778","full_name":"bes-dev/haar_pytorch","owner":"bes-dev","description":"Pytorch implementation of forward and inverse Haar Wavelets 2D ","archived":false,"fork":false,"pushed_at":"2021-11-16T21:24:16.000Z","size":690,"stargazers_count":18,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T06:48:13.186Z","etag":null,"topics":["computer-vision","deeplearning","generative-adversarial-network","pytorch"],"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/bes-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-16T18:59:54.000Z","updated_at":"2024-06-05T05:43:13.000Z","dependencies_parsed_at":"2022-09-10T01:51:19.451Z","dependency_job_id":null,"html_url":"https://github.com/bes-dev/haar_pytorch","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Fhaar_pytorch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Fhaar_pytorch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Fhaar_pytorch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bes-dev%2Fhaar_pytorch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bes-dev","download_url":"https://codeload.github.com/bes-dev/haar_pytorch/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248226250,"owners_count":21068169,"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":["computer-vision","deeplearning","generative-adversarial-network","pytorch"],"created_at":"2024-09-25T01:03:30.342Z","updated_at":"2025-04-10T13:42:45.746Z","avatar_url":"https://github.com/bes-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# haar_pytorch: Pytorch implementation of forward and inverse Haar Wavelets 2D\n\nA simple library that implements differentiable forward and inverse Haar Wavelets.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/haar.png\"/\u003e\n\u003c/p\u003e\n\n## Install package\n\n```bash\npip install haar_pytorch\n```\n\n## Install the latest version\n\n```bash\npip install --upgrade git+https://github.com/bes-dev/haar_pytorch.git\n```\n\n## Example\n```python\nimport torch\nfrom haar_pytorch import HaarForward, HaarInverse\n\nhaar = HaarForward()\nihaar = HaarInverse()\n\nimg = torch.randn(5, 4, 64, 64)\nwavelets = haar(img)\nimg_reconstructed = ihaar(wavelets)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-dev%2Fhaar_pytorch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbes-dev%2Fhaar_pytorch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbes-dev%2Fhaar_pytorch/lists"}