Datasets:

ArXiv:
License:
chaoyue7 commited on
Commit
d975893
·
verified ·
1 Parent(s): 74b542d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -45,6 +45,7 @@ size_categories:
45
  <br />
46
 
47
  ### Update
 
48
  - 2025.2.16: Release metadata for Articulation-XL2.0!
49
 
50
  ### Overview
@@ -64,6 +65,12 @@ We provide the following information in the metadata of Articulation-XL2.0.
64
  uuid,source,vertex_count,face_count,joint_count,bone_count,category_label,fileType,fileIdentifier
65
  ```
66
 
 
 
 
 
 
 
67
  ### Citation
68
 
69
  ```
 
45
  <br />
46
 
47
  ### Update
48
+ - 2025.3.20: Release Articulation-XL preprocessed data (a NPZ file includes vertices, faces, joints, bones, skinning weights, uuid, etc.).
49
  - 2025.2.16: Release metadata for Articulation-XL2.0!
50
 
51
  ### Overview
 
65
  uuid,source,vertex_count,face_count,joint_count,bone_count,category_label,fileType,fileIdentifier
66
  ```
67
 
68
+ ### Preprocessed data
69
+ We provide the preprocessed data that saved in NPZ files, which contain the following information:
70
+ ```
71
+ 'vertices', 'faces', 'joints', 'bones', 'root_index', 'uuid', 'pc_w_norm', 'joint_names', 'skinning_weights_value', 'skinning_weights_row', 'skinning_weights_col', 'skinning_weights_shape'
72
+ ```
73
+
74
  ### Citation
75
 
76
  ```