File size: 838 Bytes
99c672a
 
 
9fc8da6
 
 
99c672a
 
 
 
 
 
 
8537775
 
9e01a42
 
8537775
 
 
 
 
 
99c672a
 
 
 
 
 
 
 
 
 
 
 
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
---
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
---

# 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 open pose and the dataset please refer to:
[raulc0399/dataset_scripts](https://github.com/raulc0399/dataset_scripts)