clarify nan calibration errors upon conversion

This commit is contained in:
David PAGNON 2024-11-03 18:48:51 +01:00 committed by GitHub
parent d39acd8a12
commit c89c3e8490
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -452,7 +452,8 @@ Output file:
### Convert from Caliscope, AniPose, FreeMocap, Qualisys, Optitrack, Vicon, OpenCap, EasyMocap, or bioCV ### Convert from Caliscope, AniPose, FreeMocap, 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. 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.\
***N.B.:** If the original calibration file does not provide any residual errors, they will be logged as NaN. This is not an error and can be ignored.*
- **From [Caliscope](https://mprib.github.io/caliscope/), [AniPose](https://github.com/lambdaloop/anipose) or [FreeMocap](https://github.com/freemocap/freemocap):** - **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. - Copy your `.toml` calibration file to the Pose2Sim `Calibration` folder.
- Calibration can be skipped since these formats are natively supported by Pose2Sim. - Calibration can be skipped since these formats are natively supported by Pose2Sim.