-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |