Update README.md
Browse files
README.md
CHANGED
@@ -45,6 +45,7 @@ size_categories:
|
|
45 |
<br />
|
46 |
|
47 |
### Update
|
|
|
48 |
- 2025.3.20: Release Articulation-XL2.0 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 |
|
@@ -68,7 +69,7 @@ uuid,source,vertex_count,face_count,joint_count,bone_count,category_label,fileTy
|
|
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
|
|
|
45 |
<br />
|
46 |
|
47 |
### Update
|
48 |
+
- 2025.3.22: Update preprocessed data with vertex normals.
|
49 |
- 2025.3.20: Release Articulation-XL2.0 preprocessed data (a NPZ file includes vertices, faces, joints, bones, skinning weights, uuid, etc.).
|
50 |
- 2025.2.16: Release metadata for Articulation-XL2.0!
|
51 |
|
|
|
69 |
### Preprocessed data
|
70 |
We provide the preprocessed data that saved in NPZ files, which contain the following information:
|
71 |
```
|
72 |
+
'vertices', 'faces', 'normals', 'joints', 'bones', 'root_index', 'uuid', 'pc_w_norm', 'joint_names', 'skinning_weights_value', 'skinning_weights_row', 'skinning_weights_col', 'skinning_weights_shape'
|
73 |
```
|
74 |
|
75 |
### Citation
|