From c4f20d160c3a9a6ad82edd5e7c11f35fbaf915e0 Mon Sep 17 00:00:00 2001 From: davidpagnon Date: Wed, 17 Jul 2024 16:51:51 +0200 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 643bbdd..d9a4593 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ Run Pose2Sim from the `BatchSession` folder if you want to batch process the who |
SingleTrial                    
├── calibration
├── videos
└── Config.toml
|
BatchSession                     
├── calibration
├── Trial_1
│ ├── videos
│ └── Config.toml
├── Trial_2
│ ├── videos
│ └── Config.toml
└── Config.toml
| -For example, try uncommenting `[project]` and set `frame_range = [10,99]`, or uncomment `[pose]` and set `mode = 'lightweight'` in the `Config.toml` file of `Trial_1`. +For example, try uncommenting `[project]` and set `frame_range = [10,99]`, or uncomment `[pose]` and set `mode = 'lightweight'` in the `Config.toml` file of `Trial_2`.