Skip to content

Releases: dfki-av/spinepose

v2.0.2

23 Mar 15:43

Choose a tag to compare

Added

  • Added detector selection in CLI/API: use --detector rfdetr|yolox (CLI) or detector='rfdetr'|'yolox' (Python).
  • Integrated RF-DETR as an alternative detector with YOLOX-compatible inference interfaces.

v2.0.1

23 Mar 14:57

Choose a tag to compare

This minor release introduces SpinePose V2 models providing more stable 2D spine tracking

Added

  • SpinePose V2 models trained on the SIMSPINE dataset
  • --input_path CLI flag now takes a webcam option for live camera tracking
  • new --model-version CLI flag to select v1, v2, or latest models (default: latest)
  • new --model_version parameter in SpinePoseEstimator, PoseTracker, infer_image, and infer_video APIs

Changed

  • Number of default predicted keypoints changed from 33 to 37 for all models, with 4 new keypoints in the skeleton, including left_clavicle, right_clavicle, left_latissimus, and right_latissimus.

v2.0.0

21 Oct 12:08

Choose a tag to compare

Full Changelog: v1.0.2...v2.0.0

v1.0.2

10 Jun 23:23

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

v1.0.1

11 Apr 12:57

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

08 Apr 13:27

Choose a tag to compare