Datasets:
File size: 1,289 Bytes
6cca9d2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
---
license: openrail
task_categories:
- image-to-image
- keypoint-detection
- pose-estimation
language:
- en
tags:
- controlnet
- openpose
size_categories:
- 10K<n<100K
dataset_info:
features:
- name: id
dtype: int64
- name: image
dtype: image
- name: conditioning_image
dtype: image
- name: text
dtype: string
---
# Important Notice
This is a copy of raulc0399/open_pose_controlnet replacing [openpose](https://github.com/CMU-Perceptual-Computing-Lab/openpose) conditioning images
with [DW pose](https://github.com/IDEA-Research/DWPose).
# Dataset for training controlnet models with conditioning images as Human Pose
the entries have been taken from this dataset
[ptx0/photo-concept-bucket](https://huggingface.co/datasets/ptx0/photo-concept-bucket)
the open pose images have been generated with
[controlnet_aux](https://github.com/huggingface/controlnet_aux)
for the scripts to download the files, generate the openpose and the dataset please refer to:
[raulc0399/dataset_scripts](https://github.com/raulc0399/dataset_scripts)
# Openpose to DWpose processing
then openpose images have been replaced using OpenCV_Onnx code available
[here](https://github.com/IDEA-Research/DWPose/blob/opencv_onnx/ControlNet-v1-1-nightly/annotator/dwpose/__init__.py). |