From 2f2e6b85b957efc8380e64bad49327244cef707c Mon Sep 17 00:00:00 2001 From: Hyung-gun Chi Date: Mon, 22 Nov 2021 17:03:35 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f29a74f..fc53711 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Put downloaded data into the following directory structure: python get_raw_skes_data.py # Remove the bad skeleton python get_raw_denoised_data.py - # Transform the skeleton to the center of the first frame + # Transform the skeleton to the center of the first frame and vertically align to the ground python seq_transformation.py ```