add color syntax in code blocks
This commit is contained in:
commit
eea4a37e8a
@ -301,7 +301,6 @@ If you already have a calibration file, set `calibration_type` type to `convert`
|
||||
|
||||
Intrinsic calibration error should be below 0.5 px.
|
||||
|
||||
|
||||
- **Calculate extrinsic parameters:**
|
||||
|
||||
> *N.B.:* _Extrinsic parameters:_ camera placement in space (position and orientation), need to be calculated every time a camera is moved. Can be calculated from a board, or from points in the scene with known coordinates.
|
||||
@ -322,6 +321,8 @@ If you already have a calibration file, set `calibration_type` type to `convert`
|
||||
|
||||
Intrinsic calibration error should be below 1 cm, but depending on your application, results will still be potentially acceptable up to 2.5 cm.
|
||||
|
||||
Intrinsic calibration error should be below 1 cm, but depending on your application, results will still be potentially acceptable up to 2.5 cm.
|
||||
|
||||
- **With points:**
|
||||
- Points can be detected from a wand.\
|
||||
[Want to contribute?](#how-to-contribute)
|
||||
|
@ -1,6 +1,6 @@
|
||||
[metadata]
|
||||
name = pose2sim
|
||||
version = 0.4.5
|
||||
version = 0.4.6
|
||||
author = David Pagnon
|
||||
author_email = contact@david-pagnon.com
|
||||
description = Perform a markerless kinematic analysis from multiple calibrated views as a unified workflow from an OpenPose input to an OpenSim result.
|
||||
|
Loading…
Reference in New Issue
Block a user