Datasets:
Update dataset card: Fix task categories, add paper link (#1)
Browse files- Update dataset card: Fix task categories, add paper link (d7d450379b46c434d9db6bb246211c16a9a3ce19)
Co-authored-by: Niels Rogge <[email protected]>
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
size_categories:
|
4 |
- 100K<n<1M
|
5 |
task_categories:
|
6 |
-
-
|
7 |
-
|
8 |
-
- en
|
9 |
tags:
|
10 |
- image
|
11 |
- datasets
|
12 |
- croissant
|
13 |
- pandas
|
14 |
- json
|
15 |
-
pretty_name: X2C
|
16 |
---
|
|
|
17 |
---
|
18 |
|
19 |
# Dataset Card for X2C
|
@@ -22,9 +23,10 @@ pretty_name: X2C
|
|
22 |
|
23 |
X2C (Anything to Control) is a dataset featuring nuanced robotic facial expressions for realistic humanoid imitation and facial expression generation. It contains 100,000 images of a robot displaying diverse facial expressions,
|
24 |
each annotated with 30 control values that can be applied to the physical robot to recreate the corresponding expression.
|
|
|
25 |
## Dataset Details
|
26 |
|
27 |
-
- For more details, please refer to our paper: X2C: A Dataset Featuring Nuanced Facial Expressions for Realistic Humanoid Imitation
|
28 |
- Source code is available at: [X2CNet](https://github.com/lipzh5/X2CNet)
|
29 |
|
30 |
### Dataset Description
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
license: cc-by-4.0
|
5 |
size_categories:
|
6 |
- 100K<n<1M
|
7 |
task_categories:
|
8 |
+
- image-to-image
|
9 |
+
pretty_name: X2C
|
|
|
10 |
tags:
|
11 |
- image
|
12 |
- datasets
|
13 |
- croissant
|
14 |
- pandas
|
15 |
- json
|
|
|
16 |
---
|
17 |
+
|
18 |
---
|
19 |
|
20 |
# Dataset Card for X2C
|
|
|
23 |
|
24 |
X2C (Anything to Control) is a dataset featuring nuanced robotic facial expressions for realistic humanoid imitation and facial expression generation. It contains 100,000 images of a robot displaying diverse facial expressions,
|
25 |
each annotated with 30 control values that can be applied to the physical robot to recreate the corresponding expression.
|
26 |
+
|
27 |
## Dataset Details
|
28 |
|
29 |
+
- For more details, please refer to our paper: [X2C: A Dataset Featuring Nuanced Facial Expressions for Realistic Humanoid Imitation](https://huggingface.co/papers/2505.11146)
|
30 |
- Source code is available at: [X2CNet](https://github.com/lipzh5/X2CNet)
|
31 |
|
32 |
### Dataset Description
|