Skip to content

Commit

Permalink
Update readme.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
limaosen0 authored Jul 9, 2022
1 parent e1fbcfb commit 782a2ca
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions data/readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1 @@
To run the codes, please first put the data into the 'data' folder.

Then, for Human3.6M, run:
python main_3d.py --input_n 10 --output_n 10 --dct_n 15 --data_dir ./data/h3.6m/dataset/ --num_stage 10 --J 2

For CMU Mocap, run:
python main_cmu_3d.py --input_n 10 --output_n 10 --dct_n 15 --data_dir ./data/h3.6m/dataset/ --num_stage 10 --J 2

For 3DPW, run:
python main_3dpw_3d.py --input_n 10 --output_n 10 --dct_n 15 --data_dir ./data/h3.6m/dataset/ --num_stage 8 --J 2
The paths input data: Human3.6M, CMU Mocap, and 3DPW.

0 comments on commit 782a2ca

Please sign in to comment.