{"id":20812370,"url":"https://github.com/osmr/propainter","last_synced_at":"2025-05-07T10:42:32.548Z","repository":{"id":253094960,"uuid":"842343413","full_name":"osmr/propainter","owner":"osmr","description":"Streaming ProPainter","archived":false,"fork":false,"pushed_at":"2024-09-18T17:50:01.000Z","size":91,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T09:11:12.922Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osmr.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-14T06:49:17.000Z","updated_at":"2025-02-05T22:41:30.000Z","dependencies_parsed_at":"2024-11-17T21:05:14.172Z","dependency_job_id":null,"html_url":"https://github.com/osmr/propainter","commit_stats":null,"previous_names":["osmr/propainter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmr%2Fpropainter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmr%2Fpropainter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmr%2Fpropainter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osmr%2Fpropainter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osmr","download_url":"https://codeload.github.com/osmr/propainter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251876300,"owners_count":21658361,"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-17T20:53:27.756Z","updated_at":"2025-05-07T10:42:32.525Z","avatar_url":"https://github.com/osmr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Streaming Video Inpainting via ProPainter\n\nA package for using [ProPainter](https://arxiv.org/pdf/2309.03897) in streaming mode (e.g. for a very long video).\n\n### Prerequisites\npython \u003e= 3.10\n\n### Deployment \n```\npip install propainter\n```\n\n### Deployment for testing from repo\n1. Install prerequisites:\n```\nsudo apt-get update \u0026\u0026 sudo apt-get upgrade -y \u0026\u0026 sudo apt-get autoremove\n```\n2. Install virtualenv (actual [instructions](https://virtualenv.pypa.io/en/latest/installation.html)):\n```\nsudo -H pip install --upgrade pip setuptools wheel\nsudo -H pip install virtualenv\n```\n3. Clone repo, create and activate environment:\n```\ngit clone --recurse-submodules git@github.com:osmr/propainter.git\ncd propainter\nvirtualenv venv\nsource venv/bin/activate\n```\n4. Update preinstalled packages:\n```\npip install --upgrade pip setuptools wheel\n```\n5. Install package:\n```\npip install -e .\n```\n6. Optionally install pytest:\n```\npip install pytest\n```\n\n### Usage\n1. Investigate the `example.py` script.\n2. Investigate pytest scripts in `tests` directory.\n3. Launch the `example.py` script on your data: \n```\npython example.py --frames=\u003cframe_dir\u003e --masks=\u003cmask_dir\u003e --output=\u003coutput_dir\u003e --resize_ratio=1.0 --save\n```\n\n### License\nPlease note that ProPainter is subject to a non-commercial [S-Lab license](https://github.com/sczhou/ProPainter/blob/main/LICENSE).\n\n### Acknowledgement\nThis code is based on [ProPainter](https://github.com/sczhou/ProPainter). Thanks for this awesome work.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmr%2Fpropainter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosmr%2Fpropainter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosmr%2Fpropainter/lists"}