Releases: mprib/caliscope
v0.7.0: Ship of Theseus
Caliscope v0.7.0: Ship of Theseus
This is a substantial update from the last formal release (March 2025). While cosmetic changes to the GUI may be the most immediately apparent difference, major improvements have been made to almost every facet of the project.
Some key elements:
- Extrinsic calibration can be performed with a single aruco marker to allow larger volumes to be calibrated using a printed sheet of paper.
- Scale accuracy is locked in during the world origin setting and reported across frames (corner-to-corner distances on the calibration target).
- A "coverage heatmap" shows overlap between fields of view across cameras and can flag poor input data prior to attempting an extrinsic calibration.
- The automated intrinsic calibration board selection is now far more robust. Checks are made to ensure selected frames exhibit a variety of tilts and broad coverage of the field of view.
- Calibration landmark tracking can be expedited by only processing every nth frame.
- A proper back end task manager allows clean stop/restart of long-running calculations while providing better visual feedback about the rate of completion.
- 3D visualization is now done with VTK rather than pyqtgraph, which helped simplify and harden some backend setup.
- A "model card" framework has been created to allow integration of ONNX models.
- A camera calibration file in the format of
aniposelibis created to facilitate integration with other tools in the open source motion capture ecosystem.
The above are all changes that I think may be apparent to a user of the tool, but alongside them have been refinements to the backend domain model that are more hidden. These backend improvements make adding new capabilities much less painful. I can see a path to a completely markerless calibration.
mprib
(data for the minimalist project demonstrated on the README is below)
Significant Speed Ups in Calibration
There were some pandas data manipulations at a few stages of the calibration process which were quite inefficient, with exponential increases in processing time as camera count increased. With 5 or 6 cameras, it was manageable, but with 10+ was clearly not practical.
This pandas code was refactored (hat tip to claude) and is now substantially faster. If someone had issues with slow calibrations in the past, my hope is that v0.6 will be a much better experience.
Mediapipe Version Updated
Mediapipe 0.10.1 is no longer available via PyPI it seems. I have updated the pinned version to the most recent available patch (0.10.20) which tests successfully across Windows/Linux/MacOS.
My recollection is that there were patches of Mediapipe 0.9 that failed on MacOS (some worked, some did not). Uneasiness about this led me to pin to a specific patch that I knew worked.
JOSS Release
v0.5.1 Update README.md