tuguobin commited on
Commit
e543f6e
1 Parent(s): a24c2be

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
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.