Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Data description
|
2 |
+
|
3 |
+
The raw folder is the AMASS dataset raw data.
|
4 |
+
|
5 |
+
The `amass_joints_h36m_60.pkl` file is the file after preprocessing, and the AMASS training dataset can be generated
|
6 |
+
by simply calling the `convert_amass.py` script in the tools directory.
|
7 |
+
|
8 |
+
The `train.tar.bz2` file is the file after converting, just extract it to a suitable location.
|