File size: 1,025 Bytes
39e7c00
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: openrail
task_categories:
- image-to-image
- pose-estimation
language:
- en
tags:
- controlnet
- densepose
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/flux_dev_openpose_controlnet](https://huggingface.co/datasets/raulc0399/flux_dev_openpose_controlnet) replacing openpose conditioning images with densepose.

# 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)