Skip to content

Releases: de-code/python-tf-bodypix

v0.4.2

Choose a tag to compare

@de-code de-code released this 21 Jan 08:34
70fdfb2

What's Changed

Full Changelog: v0.4.1...v0.4.2

v0.4.1

Choose a tag to compare

@de-code de-code released this 08 Aug 06:12
fd3d03d
  • dropped Python 3.6 support (#264)
  • added python 3.9 and 3.10 to ci build (#267 and #268)
  • fixed cv2 import for opencv-python 4.6.0.66 (#238)

v0.4.0

Choose a tag to compare

@de-code de-code released this 22 Feb 21:12
09ee4d1
  • added tflite runtime support (#167)
  • various dependency updates

v0.3.9

Choose a tag to compare

@de-code de-code released this 01 Feb 22:43
97832c7
  • various dependency updates

v0.3.8

Choose a tag to compare

@de-code de-code released this 23 Nov 00:03
aa4bef0
  • fix UnicodeDecodeError with newly downloaded model.json (#151)
  • various library upgrades

v0.3.7

Choose a tag to compare

@de-code de-code released this 10 Oct 20:24
4212ebb
  • added backwards compatibility with opencv 4.5.2 and below (keypoints) (#139) (thanks to @Tenfleques)
  • various library upgrades

v0.3.6

Choose a tag to compare

@de-code de-code released this 12 Aug 21:27
709855a
  • pose detection (#74) (with help from @gmontamat)
  • switched to slim base docker image (#86)
  • various library upgrades

v0.3.5

Choose a tag to compare

@de-code de-code released this 23 Feb 00:02
33abadb
  • improved cli docs (#77)
  • delay window creation (#84)
  • darken background when adding overlay (#83)
  • wait for window to be closed (#79)
  • added video support (#76)
  • fixed draw mask not shown without overlay (#75)
  • added mypy linting (#73)
  • renamed resnet50 model path constants (#72)
  • added reference to layered vision (#59)
  • various library upgrades

v0.3.4

Choose a tag to compare

@de-code de-code released this 15 Dec 22:26
bf94169
  • added docker image (#58)
  • [Security] Bump tensorflow from 2.3.1 to 2.4.0 (#57)
  • other dependency bumps

v0.3.3

Choose a tag to compare

@de-code de-code released this 19 Nov 22:28
2fbefbb
  • added tflite support (experimental) (#40)
  • fixed download models on windows (#47)