From 74b5a51013a4d72005d0d8a4f6d81d366cc4fadf Mon Sep 17 00:00:00 2001 From: davidpagnon Date: Mon, 23 Sep 2024 01:04:18 +0200 Subject: [PATCH] group caliscope, anipose, freemocap (natively supported calibration formats) --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8cafbac..8cac696 100644 --- a/README.md +++ b/README.md @@ -449,9 +449,9 @@ Output file: ### Convert from Qualisys, Optitrack, Vicon, OpenCap, EasyMocap, or bioCV If you already have a calibration file, set `calibration_type` type to `convert` in your [Config.toml](https://github.com/perfanalytics/pose2sim/blob/main/Pose2Sim/Empty_project/User/Config.toml) file. -- **From [Caliscope](https://mprib.github.io/caliscope/):** - - Copy your Caliscope `.toml` calibration file to the Pose2Sim `Calibration` folder. - - Calibration can be skipped since Pose2Sim can natively read the Caliscope format. +- **From [Caliscope](https://mprib.github.io/caliscope/), [AniPose](https://github.com/lambdaloop/anipose) or [FreeMocap](https://github.com/freemocap/freemocap):** + - Copy your `.toml` calibration file to the Pose2Sim `Calibration` folder. + - Calibration can be skipped since these formats are natively supported by Pose2Sim. - **From [Qualisys](https://www.qualisys.com):** - Export calibration to `.qca.txt` within QTM. - Copy it in the `Calibration` Pose2Sim folder. @@ -472,9 +472,7 @@ If you already have a calibration file, set `calibration_type` type to `convert` - **From [bioCV](https://github.com/camera-mc-dev/.github/blob/main/profile/mocapPipe.md):** - Copy your bioCV calibration files (no extension) to the Pose2Sim `Calibration` folder. - set `convert_from` to 'biocv' in your [Config.toml](https://github.com/perfanalytics/pose2sim/blob/main/Pose2Sim/Demo_SinglePerson/Config.toml) file. No other setting is needed. -- **From [AniPose](https://github.com/lambdaloop/anipose) or [FreeMocap](https://github.com/freemocap/freemocap):** - - Copy your `.toml` calibration file to the Pose2Sim `Calibration` folder. - - Calibration can be skipped since Pose2Sim uses the same [Aniposelib](https://anipose.readthedocs.io/en/latest/aniposelibtutorial.html) format. +