psulemankhan1 Peizhen commited on
Commit
736ac09
·
verified ·
0 Parent(s):

Duplicate from Peizhen/X2C

Browse files

Co-authored-by: Peizhen Li <Peizhen@users.noreply.huggingface.co>

This view is limited to 50 files because it contains too many changes.   See raw diff
.gitattributes ADDED
@@ -0,0 +1,60 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ *.7z filter=lfs diff=lfs merge=lfs -text
2
+ *.arrow filter=lfs diff=lfs merge=lfs -text
3
+ *.bin filter=lfs diff=lfs merge=lfs -text
4
+ *.bz2 filter=lfs diff=lfs merge=lfs -text
5
+ *.ckpt filter=lfs diff=lfs merge=lfs -text
6
+ *.ftz filter=lfs diff=lfs merge=lfs -text
7
+ *.gz filter=lfs diff=lfs merge=lfs -text
8
+ *.h5 filter=lfs diff=lfs merge=lfs -text
9
+ *.joblib filter=lfs diff=lfs merge=lfs -text
10
+ *.lfs.* filter=lfs diff=lfs merge=lfs -text
11
+ *.lz4 filter=lfs diff=lfs merge=lfs -text
12
+ *.mds filter=lfs diff=lfs merge=lfs -text
13
+ *.mlmodel filter=lfs diff=lfs merge=lfs -text
14
+ *.model filter=lfs diff=lfs merge=lfs -text
15
+ *.msgpack filter=lfs diff=lfs merge=lfs -text
16
+ *.npy filter=lfs diff=lfs merge=lfs -text
17
+ *.npz filter=lfs diff=lfs merge=lfs -text
18
+ *.onnx filter=lfs diff=lfs merge=lfs -text
19
+ *.ot filter=lfs diff=lfs merge=lfs -text
20
+ *.parquet filter=lfs diff=lfs merge=lfs -text
21
+ *.pb filter=lfs diff=lfs merge=lfs -text
22
+ *.pickle filter=lfs diff=lfs merge=lfs -text
23
+ *.pkl filter=lfs diff=lfs merge=lfs -text
24
+ *.pt filter=lfs diff=lfs merge=lfs -text
25
+ *.pth filter=lfs diff=lfs merge=lfs -text
26
+ *.rar filter=lfs diff=lfs merge=lfs -text
27
+ *.safetensors filter=lfs diff=lfs merge=lfs -text
28
+ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
29
+ *.tar.* filter=lfs diff=lfs merge=lfs -text
30
+ *.tar filter=lfs diff=lfs merge=lfs -text
31
+ *.tflite filter=lfs diff=lfs merge=lfs -text
32
+ *.tgz filter=lfs diff=lfs merge=lfs -text
33
+ *.wasm filter=lfs diff=lfs merge=lfs -text
34
+ *.xz filter=lfs diff=lfs merge=lfs -text
35
+ *.zip filter=lfs diff=lfs merge=lfs -text
36
+ *.zst filter=lfs diff=lfs merge=lfs -text
37
+ *tfevents* filter=lfs diff=lfs merge=lfs -text
38
+ # Audio files - uncompressed
39
+ *.pcm filter=lfs diff=lfs merge=lfs -text
40
+ *.sam filter=lfs diff=lfs merge=lfs -text
41
+ *.raw filter=lfs diff=lfs merge=lfs -text
42
+ # Audio files - compressed
43
+ *.aac filter=lfs diff=lfs merge=lfs -text
44
+ *.flac filter=lfs diff=lfs merge=lfs -text
45
+ *.mp3 filter=lfs diff=lfs merge=lfs -text
46
+ *.ogg filter=lfs diff=lfs merge=lfs -text
47
+ *.wav filter=lfs diff=lfs merge=lfs -text
48
+ # Image files - uncompressed
49
+ *.bmp filter=lfs diff=lfs merge=lfs -text
50
+ *.gif filter=lfs diff=lfs merge=lfs -text
51
+ *.png filter=lfs diff=lfs merge=lfs -text
52
+ *.tiff filter=lfs diff=lfs merge=lfs -text
53
+ # Image files - compressed
54
+ *.jpg filter=lfs diff=lfs merge=lfs -text
55
+ *.jpeg filter=lfs diff=lfs merge=lfs -text
56
+ *.webp filter=lfs diff=lfs merge=lfs -text
57
+ # Video files - compressed
58
+ *.mp4 filter=lfs diff=lfs merge=lfs -text
59
+ *.webm filter=lfs diff=lfs merge=lfs -text
60
+ metadata.jsonl filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
21
+
22
+ <!-- Provide a quick summary of the dataset. -->
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
33
+
34
+ <!-- Provide a longer summary of what this dataset is. -->
35
+
36
+
37
+ - **Curated by:** This project was primarily conducted and received ethics approval via Macquarie University.
38
+ - **Language(s):** English
39
+ - **License:** Creative Commons Attribution 4.0 (CC BY 4.0)
40
+
41
+
42
+
43
+ ## Citation [optional]
44
+
45
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
46
+
47
+ **BibTeX:**
48
+
49
+ @article{li2025x2c,
50
+ title={X2C: A Dataset Featuring Nuanced Facial Expressions for Realistic Humanoid Imitation},
51
+ author={Li, Peizhen and Cao, Longbing and Wu, Xiao-Ming and Yang, Runze and Yu, Xiaohan},
52
+ journal={arXiv preprint arXiv:2505.11146},
53
+ year={2025}
54
+ }
55
+
56
+
57
+ ## Dataset Card Authors
58
+
59
+ peizhen.li1@hdr.mq.edu.au
60
+
61
+
62
+
63
+ ## Dataset Card Contact
64
+
65
+ For any comments or questions, please email [Peizhen Li](mailto:peizhen.li1@hdr.mq.edu.au)
dataset_metadata.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "@context": {
3
+ "name": "https://schema.org/name",
4
+ "description": "https://schema.org/description",
5
+ "license": "https://schema.org/license",
6
+ "creator": "https://schema.org/creator",
7
+ "version": "https://schema.org/version",
8
+ "data": "https://mlcommons.org/croissant/data",
9
+ "fileObject": "https://mlcommons.org/croissant/fileObject",
10
+ "columns": "https://mlcommons.org/croissant/columns",
11
+ "recordSet": "https://mlcommons.org/croissant/recordSet",
12
+ "url": "https://schema.org/url",
13
+ "encodingFormat": "https://schema.org/encodingFormat",
14
+ "dataType": "https://mlcommons.org/croissant/dataType",
15
+ "isKey": "https://mlcommons.org/croissant/isKey",
16
+ "value": "https://mlcommons.org/croissant/value",
17
+ "constraints": "https://mlcommons.org/croissant/constraints",
18
+ "multiple": "https://mlcommons.org/croissant/multiple",
19
+ "citation": "https://schema.org/citation",
20
+ "datePublished": "https://schema.org/datePublished",
21
+ "@type": "@type"
22
+ },
23
+ "@type": "https://schema.org/Dataset",
24
+ "name": "X2C",
25
+ "description": "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, each annotated with 30 control values that can be applied to the physical robot to recreate the corresponding expression. For more details, please refer to our paper: X2C: A Dataset Featuring Nuanced Facial Expressions for Realistic Humanoid Imitation. Ource code is available at: https://lipzh5.github.io/X2CNet/.",
26
+ "license": "https://creativecommons.org/licenses/by/4.0/",
27
+ "version": "1.0",
28
+ "creator": [
29
+ {
30
+ "name": "Anonymous",
31
+ "@type": "https://schema.org/Person"
32
+ }
33
+ ],
34
+ "citation": "X2C: A Dataset Featuring Nuanced Facial Expressions for Realistic Humanoid Imitation. 2025.",
35
+ "datePublished": "2025-05-15",
36
+ "data": [
37
+ {
38
+ "name": "control_vectors",
39
+ "description": "Control parameters for facial expression imitation, mapped from image filenames.",
40
+ "fileObject": {
41
+ "name": "metadata.jsonl",
42
+ "encodingFormat": "application/jsonlines"
43
+ },
44
+ "columns": [
45
+ {
46
+ "name": "file_name",
47
+ "description": "Name of the image file",
48
+ "dataType": "string",
49
+ "isKey": true
50
+ },
51
+ {
52
+ "name": "ctrl_value",
53
+ "description": "Control vector used to drive facial actuators",
54
+ "dataType": "number",
55
+ "multiple": true
56
+ }
57
+ ],
58
+ "recordSet": {
59
+ "url": "metadata.jsonl"
60
+ }
61
+ }
62
+ ]
63
+ }
images0/0000.jpg ADDED

Git LFS Details

  • SHA256: 3f47cd7c72befc72ff638d40d8a2e233c76b65b19818bbbbbd9166a074d76c1b
  • Pointer size: 130 Bytes
  • Size of remote file: 42.1 kB
images0/0001.jpg ADDED

Git LFS Details

  • SHA256: f34c8d32c4cac6543845dbb9d520720187287bebb2ffa1cd39d05457d75b86c9
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
images0/0002.jpg ADDED

Git LFS Details

  • SHA256: 04fcc1cca7bea5a2334ba032e80b9f55d09f114b9607c7996028c7323ecc52ab
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
images0/0003.jpg ADDED

Git LFS Details

  • SHA256: 67b47601b98c81d131cab52e7c9750832fb3d1d21af1328473cc6c2c056dfe5f
  • Pointer size: 130 Bytes
  • Size of remote file: 41.8 kB
images0/0004.jpg ADDED

Git LFS Details

  • SHA256: 3acdab15e9e95c1d30f5049c818560c5ecc9ab7a80f1100742a4395934d879e3
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
images0/0005.jpg ADDED

Git LFS Details

  • SHA256: 8307a6de3b31206f02bd21cfc6d8da7b2ff1aa7a96243c57a6f20e4016f1bd21
  • Pointer size: 130 Bytes
  • Size of remote file: 41.6 kB
images0/0006.jpg ADDED

Git LFS Details

  • SHA256: f50dc9c43627fb4ffb1ede00a36db43c2a903d9eb7cf7a7721e01cfc900accb5
  • Pointer size: 130 Bytes
  • Size of remote file: 41.2 kB
images0/0007.jpg ADDED

Git LFS Details

  • SHA256: 01b9f136a4720d81fe79345b8adf7116194ce42ac996813718dec9fe6ca8eb77
  • Pointer size: 130 Bytes
  • Size of remote file: 41.6 kB
images0/0008.jpg ADDED

Git LFS Details

  • SHA256: df81c8e4f1e271fde265fa1c66ea69d8be25ac5b1ab0210efd92d6f1f1e53cae
  • Pointer size: 130 Bytes
  • Size of remote file: 41.8 kB
images0/0009.jpg ADDED

Git LFS Details

  • SHA256: 990aec6dae4f5a34aa796ef18b335d8e502c87690c2e80dd6b40106f583cfb23
  • Pointer size: 130 Bytes
  • Size of remote file: 42.2 kB
images0/0010.jpg ADDED

Git LFS Details

  • SHA256: 88c53647f43e02c8aaecdb3b5ad35e5f91af1bb8e965a8b64235143f292df80a
  • Pointer size: 130 Bytes
  • Size of remote file: 42.4 kB
images0/0011.jpg ADDED

Git LFS Details

  • SHA256: 2e60cd1edcf3b3086904fbe7b1cf22646425db7019063ecba4c8c6edb9faf6e3
  • Pointer size: 130 Bytes
  • Size of remote file: 41.3 kB
images0/0012.jpg ADDED

Git LFS Details

  • SHA256: 5c17f5c7061b8332e68456c92679f5c41d3405d12e76a8b6e674c2b241228606
  • Pointer size: 130 Bytes
  • Size of remote file: 41.5 kB
images0/0013.jpg ADDED

Git LFS Details

  • SHA256: 07d9583fac15e7c1962633f2477e80e670aa88708e03e1c4f90a5257a014a7a8
  • Pointer size: 130 Bytes
  • Size of remote file: 41.9 kB
images0/0014.jpg ADDED

Git LFS Details

  • SHA256: f72fc8658169fa4a4a257132d59f4a1525481e226f5056df01a6e8bf99299cbc
  • Pointer size: 130 Bytes
  • Size of remote file: 41.8 kB
images0/0015.jpg ADDED

Git LFS Details

  • SHA256: 7a345e824ff1122d86c572d1fcdd3406331a4b0b429fdb6ce355fe5684ec4d4f
  • Pointer size: 130 Bytes
  • Size of remote file: 42.1 kB
images0/0016.jpg ADDED

Git LFS Details

  • SHA256: 2dd358583d936445900d2ba919a64258f03de2e02882233d7ca3e99f3c039636
  • Pointer size: 130 Bytes
  • Size of remote file: 41.5 kB
images0/0017.jpg ADDED

Git LFS Details

  • SHA256: d04c31f47a70b3cff04ea34cfd605e2d0a458beef33d7192d8e26d1b823dfa4b
  • Pointer size: 130 Bytes
  • Size of remote file: 42.1 kB
images0/0018.jpg ADDED

Git LFS Details

  • SHA256: 3f1e27790335b57006b5ef0b5ca2c8099d2c9442672d6e87f555a8bdff927723
  • Pointer size: 130 Bytes
  • Size of remote file: 41.4 kB
images0/0019.jpg ADDED

Git LFS Details

  • SHA256: b71ccd3f0d209b632fcd6b6c4ffdd0dcdd82e10a28f7163449dbbb4b9493e161
  • Pointer size: 130 Bytes
  • Size of remote file: 41.6 kB
images0/0020.jpg ADDED

Git LFS Details

  • SHA256: 1420f2c7c8d257c14577cbe63f9d2d7a81f7bb789fa04eec80c08c820a06dc1e
  • Pointer size: 130 Bytes
  • Size of remote file: 41.7 kB
images0/0021.jpg ADDED

Git LFS Details

  • SHA256: 707ad5a37e4cc0e8ed9d89ebe3a5aedb11c2717814412c2850f79da87b9fb625
  • Pointer size: 130 Bytes
  • Size of remote file: 41.7 kB
images0/0022.jpg ADDED

Git LFS Details

  • SHA256: c03f2aeca4dd29adc1a0b847e52af1165834f7b42fe64ba44d2dc382c1c3b1b1
  • Pointer size: 130 Bytes
  • Size of remote file: 42 kB
images0/0023.jpg ADDED

Git LFS Details

  • SHA256: aa46550ac7202df6c37e3143c127f0ce5f1124c15c5f91a5f72ad776a397672d
  • Pointer size: 130 Bytes
  • Size of remote file: 42.1 kB
images0/0024.jpg ADDED

Git LFS Details

  • SHA256: b6bc765239646afe285d8b203f736be86ce32d904985592c72a30c2bc77e5b96
  • Pointer size: 130 Bytes
  • Size of remote file: 42.3 kB
images0/0025.jpg ADDED

Git LFS Details

  • SHA256: f1e5a53d5fe37634c89e3867e4084e0a4af46a02fda1dd3b212955bf8de3e0d8
  • Pointer size: 130 Bytes
  • Size of remote file: 42.6 kB
images0/0026.jpg ADDED

Git LFS Details

  • SHA256: 815449dfaf6e4402439c4beb95a42f452551ef1569dfece81e7185784fc02f55
  • Pointer size: 130 Bytes
  • Size of remote file: 42.6 kB
images0/0027.jpg ADDED

Git LFS Details

  • SHA256: 19371bcd352f0d589a4172088ae7f086f44186ca36d9763abff6cfea51cbf2e7
  • Pointer size: 130 Bytes
  • Size of remote file: 42.6 kB
images0/0028.jpg ADDED

Git LFS Details

  • SHA256: 42d3df42bb58910b8c811d2ea4d1e5063dbef1d9f98686401efa281c2e417a85
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0029.jpg ADDED

Git LFS Details

  • SHA256: 3e7a8780d2c63e30e56f533fb590eec8d8872d514e1f844c3db0b9743e95b3ab
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0030.jpg ADDED

Git LFS Details

  • SHA256: d77c652486648483e36d29cdaea635a6d15d32342cb8357885e632b4e52bbf25
  • Pointer size: 130 Bytes
  • Size of remote file: 42.3 kB
images0/0031.jpg ADDED

Git LFS Details

  • SHA256: 9763deaefb5a74e0f6a14d4716270985a3d215ba706ce543639fe47f8241f700
  • Pointer size: 130 Bytes
  • Size of remote file: 42.6 kB
images0/0032.jpg ADDED

Git LFS Details

  • SHA256: 81150a802f63431a90b11dfbc808fa616353e47b9a7ee1a7559e9e4c3efd0537
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0033.jpg ADDED

Git LFS Details

  • SHA256: 8cdd7c6a2a6517c2780d91a6752942f9c1e449f2f0fa3a8c65c6226007befb0b
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0034.jpg ADDED

Git LFS Details

  • SHA256: 1bce315e2065a63c1af11475dfa6e7a47bf70d586612083a371aa82d35383898
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0035.jpg ADDED

Git LFS Details

  • SHA256: da0140634a1a7d94b2160c1711b5b2587a5acf5c89a1adc939d296fbf054c387
  • Pointer size: 130 Bytes
  • Size of remote file: 42.2 kB
images0/0036.jpg ADDED

Git LFS Details

  • SHA256: aa06eda303e55b66516ed5d8a4345427ab40a87a93f89d982dd0e04f380f4005
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0037.jpg ADDED

Git LFS Details

  • SHA256: 580c6ccc1027628d9abdf78d63738e8f577631bb2c98d3a20ac16bc5c55ae66e
  • Pointer size: 130 Bytes
  • Size of remote file: 42.8 kB
images0/0038.jpg ADDED

Git LFS Details

  • SHA256: 8286562cfe2500372cfb69528c7f0f3f497cdede3278893b66aa740b2a8aa814
  • Pointer size: 130 Bytes
  • Size of remote file: 42.8 kB
images0/0039.jpg ADDED

Git LFS Details

  • SHA256: 46f63dae7d37592ca3148454b48e7268133f493a9fb96731609a690fee536dee
  • Pointer size: 130 Bytes
  • Size of remote file: 43.1 kB
images0/0040.jpg ADDED

Git LFS Details

  • SHA256: 0088046df5f2b6f9583ae4a522c95965e95e34d622b20b10bf451c5b1c424690
  • Pointer size: 130 Bytes
  • Size of remote file: 43 kB
images0/0041.jpg ADDED

Git LFS Details

  • SHA256: 2ee394b3b906ce1f0fac3f96f86085cfdc746eea7c2c29c4ecee3d3f74ed176f
  • Pointer size: 130 Bytes
  • Size of remote file: 43.5 kB
images0/0042.jpg ADDED

Git LFS Details

  • SHA256: 1c8ff75395d74cc44ab6e4e1257f61b97dc0b3c0a53efc966b2f4f4ed455431c
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0043.jpg ADDED

Git LFS Details

  • SHA256: be03d67b193765d794b3cc2aa46735f05fb41cf21d150fd7d8d31a34dc441a86
  • Pointer size: 130 Bytes
  • Size of remote file: 42.9 kB
images0/0044.jpg ADDED

Git LFS Details

  • SHA256: cc28bb3df6f9e69827cf45215567b62cc387aaa19c8133367565f3ceb54eb387
  • Pointer size: 130 Bytes
  • Size of remote file: 42.7 kB
images0/0045.jpg ADDED

Git LFS Details

  • SHA256: 866b64c2987ce5e786a7982ba7d3ebc5b2ee0fbf562bce77b152002d09fb469d
  • Pointer size: 130 Bytes
  • Size of remote file: 43 kB
images0/0046.jpg ADDED

Git LFS Details

  • SHA256: 9767b1c03628d5f62166fe7f2ac76fe9365246815edbc285494d03254905d1bf
  • Pointer size: 130 Bytes
  • Size of remote file: 42.9 kB