Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur151 authored Aug 22, 2023
1 parent b895d38 commit e126816
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions trace/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,14 @@ Please don't worry if there are bugs reporting during "Preparing SMPL model file
| |-- SMIL_NEUTRAL.pth
```

## Train
Please edit the settings in `ROMP/trace/configs/trace.yml` and then run
```
cd ROMP/trace
sh train.sh
```


## Citation
```bibtex
@InProceedings{TRACE,
Expand All @@ -141,9 +149,3 @@ Please don't worry if there are bugs reporting during "Preparing SMPL model file
booktitle = {CVPR},
year = {2023}}
```
## Train
Please edit the settings in `ROMP/trace/configs/trace.yml` and then run
```
cd ROMP/trace
sh train.sh
```

0 comments on commit e126816

Please sign in to comment.