From e1268164f41a701e81d3d5f14ff660e44f1fe02a Mon Sep 17 00:00:00 2001 From: Yu Sun <936605403@qq.com> Date: Tue, 22 Aug 2023 20:34:50 +0800 Subject: [PATCH] Update README.md --- trace/README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/trace/README.md b/trace/README.md index ec44855..28aeecd 100644 --- a/trace/README.md +++ b/trace/README.md @@ -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, @@ -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 -```