Vincent-luo commited on
Commit
a0e9790
1 Parent(s): 4aefac9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,5 +15,7 @@ dataset_info:
15
  dataset_size: 11037324721.0
16
  ---
17
  # Dataset Card for "hagrid50k"
 
 
 
18
 
19
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
15
  dataset_size: 11037324721.0
16
  ---
17
  # Dataset Card for "hagrid50k"
18
+ This dataset is designed to train a ControlNet with human hands. It includes hand landmarks detected by MediaPipe(for more information refer to: https://developers.google.com/mediapipe/solutions/vision/hand_landmarker).
19
+ The source image data is from [HaGRID dataset](https://github.com/hukenovs/hagrid) and we use a modified version from Kaggle(https://www.kaggle.com/datasets/innominate817/hagrid-classification-512p) to build this dataset. We randomly select 50k data samples to build this dataset and the caption is generated using BLIP-2 model.
20
+
21