Skip to content

Releases: de-code/python-tf-bodypix

v0.4.2

21 Jan 08:34
70fdfb2
Compare
Choose a tag to compare

What's Changed

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

v0.4.1

08 Aug 06:12
fd3d03d
Compare
Choose a tag to compare
  • 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

22 Feb 21:12
09ee4d1
Compare
Choose a tag to compare
  • added tflite runtime support (#167)
  • various dependency updates

v0.3.9

01 Feb 22:43
97832c7
Compare
Choose a tag to compare
  • various dependency updates

v0.3.8

23 Nov 00:03
aa4bef0
Compare
Choose a tag to compare
  • fix UnicodeDecodeError with newly downloaded model.json (#151)
  • various library upgrades

v0.3.7

10 Oct 20:24
4212ebb
Compare
Choose a tag to compare
  • added backwards compatibility with opencv 4.5.2 and below (keypoints) (#139) (thanks to @Tenfleques)
  • various library upgrades

v0.3.6

12 Aug 21:27
709855a
Compare
Choose a tag to compare
  • pose detection (#74) (with help from @gmontamat)
  • switched to slim base docker image (#86)
  • various library upgrades

v0.3.5

23 Feb 00:02
33abadb
Compare
Choose a tag to compare
  • 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

15 Dec 22:26
bf94169
Compare
Choose a tag to compare
  • added docker image (#58)
  • [Security] Bump tensorflow from 2.3.1 to 2.4.0 (#57)
  • other dependency bumps

v0.3.3

19 Nov 22:28
2fbefbb
Compare
Choose a tag to compare
  • added tflite support (experimental) (#40)
  • fixed download models on windows (#47)