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`.