Skip to content

Releases: sign-language-processing/pose

v0.12.3

01 Apr 15:11

Choose a tag to compare

What's Changed

  • Fix: flush all reused HolisticPool instances regardless of static_image_mode to clear internal graph state
  • Fix: resolve UnboundLocalError for need variable in HolisticPool.acquire()

v0.12.2

01 Apr 15:01

Choose a tag to compare

What's Changed

  • Replace HolisticPool.reset() with a blank-frame flush for faster state clearing between videos
  • Parallelize both blank-frame flushing (reused instances) and new instance creation using ThreadPoolExecutor

v0.12.1

31 Mar 10:01

Choose a tag to compare

What's Changed

  • Multi-worker with static_image_mode=False now emits a warning instead of raising an error

Full Changelog: v0.12.0...v0.12.1

v0.12.0

31 Mar 09:47

Choose a tag to compare

What's New

  • Parallel holistic pose estimation: New --workers flag enables multi-instance mediapipe Holistic processing via ThreadPoolExecutor
  • HolisticPool: Instance pooling for reuse across calls, reducing initialization overhead
  • Safety guard: Requires static_image_mode=True when using multiple workers

Full Changelog: v0.11.1...v0.12.0

v0.11.1

27 Feb 08:46

Choose a tag to compare

What's Changed

Full Changelog: v0.11.0...v0.11.1

v0.11.0

26 Jan 16:36

Choose a tag to compare

What's Changed

  • Update README.md with source install instructions by @cleong110 in #175
  • add to docs by @bricksdont in #176
  • [WIP] Fix video_to_pose error when MediaPipe is installed by @Copilot in #194

New Contributors

  • @Copilot made their first contribution in #194

Full Changelog: v0.10.5...v0.11.0

v0.10.5

18 Aug 14:44

Choose a tag to compare

Full Changelog: v0.10.4...v0.10.5

v0.10.4: remove pinned cv2 version

09 Aug 12:20
7893c1e

Choose a tag to compare

chore(): remove opencv exact version

v0.10.3

24 Jul 14:22

Choose a tag to compare

fix(deploy): use local readme

v0.10.2

24 Jul 14:21
98c2b09

Choose a tag to compare

Full Changelog: v0.10.1...v0.10.2