Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tenpamk2/openpose-overlay
Create OpenPose overlay images by ImageMagick.
https://github.com/tenpamk2/openpose-overlay
Last synced: about 2 months ago
JSON representation
Create OpenPose overlay images by ImageMagick.
- Host: GitHub
- URL: https://github.com/tenpamk2/openpose-overlay
- Owner: tenpaMk2
- License: mit
- Created: 2023-09-30T03:53:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T05:15:01.000Z (over 1 year ago)
- Last Synced: 2023-09-30T06:21:33.408Z (over 1 year ago)
- Language: Shell
- Size: 785 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# openpose-overlay
![title](./imgs/title.png)
Create OpenPose overlay images by ImageMagick.
OpenPose images works well without alpha channelβ
It would be useful for some Stable Diffusion users.## Requirements πΏ
1. [ImageMagick](https://imagemagick.org/index.php)
2. [Bash](https://www.gnu.org/software/bash/) environment (Not required for Mac OS and Linux users.)
- Perhaps it will work in other shells as well.## Get started π
1. Place background images into `backgrounds` directory.
- Multiple images are supported.
2. Place OpenPose images into `openposes` directory.
3. Execute `overlay.sh` .```bash
. ./overlay.sh
```or
```bash
bash ./overlay.sh
```Overlayed images are placed in `outputs` directory.
## Motive π₯
I'm a OpenPose image creator in [Civitai](https://civitai.com/user/tenpa/models) .
I wanted to create overlayed image for clarity to the viewer.This tool works well for non-transparent OpenPose images,
which is created by a tool like [PoseMy.art](https://posemy.art/).