update readme

This commit is contained in:
Iridoudou
2021-08-10 10:40:13 +08:00
parent 75607bddec
commit 3bb691ee4d
2 changed files with 26 additions and 24 deletions

View File

@ -51,7 +51,7 @@ The SMPL human body layer for Pytorch is from the [smplpytorch](https://github.c
### 1. Executing Code
You can start the fitting procedure by the following code and the configuration file in *fit/configs* corresponding to the dataset_name will be loaded:
You can start the fitting procedure by the following code and the configuration file in *fit/configs* corresponding to the dataset_name will be loaded (the dataset_path can also be set in the configuration file):
```
python fit/tools/main.py --dataset_name [DATASET NAME] --dataset_path [DATASET PATH]