From b658e9ebba484cfa7d0c36f999d49c1adc5258ed Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Sat, 24 Jun 2023 11:47:51 +0200 Subject: [PATCH 1/2] Better docs in raw_pose_processing.ipynb Closes #41 --- raw_pose_processing.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/raw_pose_processing.ipynb b/raw_pose_processing.ipynb index de47f1b..003b4c4 100644 --- a/raw_pose_processing.ipynb +++ b/raw_pose_processing.ipynb @@ -218,9 +218,9 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "This will take a few hours for all datasets, here we take one dataset as an example\n", + "This will take a long while for all datasets, so here we take just one dataset as an example. For all datasets toghether, this might take a few days, depending on the hardware.\n", "\n", - "To accelerate the process, you could run multiple scripts like this at one time." + "To accelerate the process, you could run multiple scripts like this in paralell." ] }, { From 7c5a96530285c46354d341df1a4aae6b5088db3c Mon Sep 17 00:00:00 2001 From: Felix Divo <4403130+felixdivo@users.noreply.github.com> Date: Sat, 24 Jun 2023 11:50:24 +0200 Subject: [PATCH 2/2] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e382d7..2deadfb 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Download SMPL+H mode from [SMPL+H](https://mano.is.tue.mpg.de/download.php) (cho You need to run the following scripts in order to obtain HumanML3D dataset: -1. raw_pose_processing.ipynb +1. raw_pose_processing.ipynb (this might take several days and can be accelerated with a GPU) 2. motion_representation.ipynb 3. cal_mean_variance.ipynb