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