{"id":21847683,"url":"https://github.com/aoirint/anime-segmentation-docker","last_synced_at":"2025-10-06T00:55:15.660Z","repository":{"id":113788188,"uuid":"606350857","full_name":"aoirint/anime-segmentation-docker","owner":"aoirint","description":"SkyTNT/anime-segmentation in Docker","archived":false,"fork":false,"pushed_at":"2024-08-09T18:23:43.000Z","size":45,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-15T01:34:45.356Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/aoirint/anime_segmentation","language":"Dockerfile","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/aoirint.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":"2023-02-25T08:09:53.000Z","updated_at":"2024-07-10T04:18:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"d07d402d-6e64-41f2-921b-0df5af0015c8","html_url":"https://github.com/aoirint/anime-segmentation-docker","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoirint%2Fanime-segmentation-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoirint%2Fanime-segmentation-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoirint%2Fanime-segmentation-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aoirint%2Fanime-segmentation-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aoirint","download_url":"https://codeload.github.com/aoirint/anime-segmentation-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244835574,"owners_count":20518263,"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-27T23:19:05.215Z","updated_at":"2025-10-06T00:55:10.624Z","avatar_url":"https://github.com/aoirint.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anime Segmentation in Docker\n\n- \u003chttps://github.com/SkyTNT/anime-segmentation\u003e\n\n## Environments\n\n- Ubuntu 20.04 or later\n- [Docker Engine](https://docs.docker.com/engine/install/ubuntu/) 23.0 or later\n- [NVIDIA Container Toolkit](https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html)\n\n## Usage\n### 1. Build Docker image\n\n```shell\ndocker build . -t aoirint/anime_segmentation\n```\n\n### 2. Download Model\n\n- \u003chttps://huggingface.co/skytnt/anime-seg/\u003e\n\n```shell\n#  Create a model directory (UID:GID = 1000:1000)\nmkdir model\n\nwget 'https://huggingface.co/skytnt/anime-seg/resolve/a0a563c41338cbe0d23dfb4bfc3e243c518e5768/isnetis.ckpt'\necho '2c8f6b9a77386c54dcdbf55b6c917108c4bdf4328abca9152c7bce5727b74d18  isnetis.ckpt' | sha256sum -c -\n```\n\n### 3. Run Inference\n\n```shell\n# Create a input / output directory (UID:GID = 1000:1000)\nmkdir data\nmkdir out\n\ndocker run --rm --gpus all -v \"./model:/model\" -v \"./data:/data\" -v \"./out:/out\" aoirint/anime_segmentation --net isnet_is --ckpt \"/model/isnetis.ckpt\" --data \"/data\" --out \"/out\" --img-size 1024 --only-matted\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoirint%2Fanime-segmentation-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faoirint%2Fanime-segmentation-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faoirint%2Fanime-segmentation-docker/lists"}