Skip to content

Releases: IntelligentSensingAndRehabilitation/MultiCameraTracking

2025.12.03

04 Dec 00:15

Choose a tag to compare

Changelog - Multi-Camera Tracking

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Calendar Versioning.

[2025.12.03] - 2025-12-03

Added

  • Ability to annotate FMS activities [#71]
  • Table to link Sessions and Calibrations allowing us to run reconstructions on Sessions that had multiple calibration hashes [#74]
  • Ability to handle different pixel formats [#78]
  • New visualizations [#79]
  • Add more activities for annotation and session_pipeline fixes [#84]
  • Added kinematic reconstruction monitoring to the pipeline dashboard [#89]
  • Added authentication to dashboard and updated queries to get more accurate numbers [#94]
  • Added hand pose estimation to post annotation [#95]
  • Added acquisition diagnostics script [#96]
  • Added tests for data integrity [#101]

Updated

  • Updated Acquisition Docker and documentation in acquisition [#75]
  • Updated session_pipeline and the way we handle SMPL paths [#77]
  • Docker no longer is built on PosePipeline base image [#80]
  • Updates to session_pipeline defaults, filtering, and flags [#83]
  • Full rewrite of calibration and releveling [#89]
  • Migrated dashboard code to isr-dashboards [#102]
  • General repo cleanup for public release [#103]

Fixed

2024.01.14

14 Jan 23:15
ec41a4e

Choose a tag to compare

Changelog - Multi-Camera Tracking

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog
and this project adheres to Calendar Versioning.

[2024.01.14] - 2024-01-14

  • Initial Release

Added

  • Config file support to select cameras to record from and expose commonly used settings [#2]
  • React frontend with FastAPI backend [#6]
  • Dockerized Acquisition Software [#7]
  • Annotation tables and Dashboard [#25]
  • Moving from Checkerboard calibration to ChAruco [#43]
  • Initial pytests [#52]
  • Initial quality metrics [#55]
  • Annotation as a standalone application [#60]
  • Transition to uv as package manager [#63]
  • Implementing threads for acquisition from cameras [#67]