Skip to content

Tags: MrRiahi/python-tf-bodypix

Tags

v0.3.8

Toggle v0.3.8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump opencv-python from 4.5.4.58 to 4.5.4.60 (de-code#149)

Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.5.4.58 to 4.5.4.60.
- [Release notes](https://github.com/skvark/opencv-python/releases)
- [Commits](https://github.com/skvark/opencv-python/commits)

---
updated-dependencies:
- dependency-name: opencv-python
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.3.7

Toggle v0.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added backwards compatibility with opencv 4.5.2 and below (keypoints) (

…de-code#139)

* Update draw.py 

Error in draw 
TypeError: KeyPoint() missing required argument '_size' (pos 3)

was size=3 
change to _size=3

* handle get_cv_keypoints

wraps cv2.KeyPoint(..., size=3), cv2.KeyPoint(..., _size=3) in try except block to handle change in argument name between opencv versions.

* Update tf_bodypix/draw.py

Co-authored-by: Daniel Ecer <[email protected]>

* Update tf_bodypix/draw.py

Co-authored-by: Daniel Ecer <[email protected]>

Co-authored-by: Daniel Ecer <[email protected]>

v0.3.6

Toggle v0.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added pose related api documentation (de-code#129)

* added poses example code to readme

* using urls in example to make it runnable

* added comment

v0.3.5

Toggle v0.3.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
improved cli docs (de-code#77)

* show cli default values

* document inputs and outputs

* move video extra above image

* using external examples to make commands runnable

* added example video

* introduce mask alpha earlier

* added more example images

* added links to used libraries

* added missing background source link

v0.3.4

Toggle v0.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added reference to layered vision (de-code#59)

v0.3.3

Toggle v0.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added tflite support (experimental) (de-code#40)

* tflite support (wip)

* linting

* just check for "resnet" in model path

* fallback to single tensor input

* adjust image_data shape to expected input shape

also optional image_size input

* removed commented out code

* only resize tensor if input image doesn't match

* added command to convert to tflite

* added --model-architecture argument

* added quantization arguments

* updated readme

* linting

* typo in readme

* improved wording in readme

v0.3.2

Toggle v0.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed predict with certain image resultion (de-code#45)

fixed predict with internal image resultion matching output stride plus one

v0.3.1

Toggle v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fixed resnet urls (de-code#31)

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added project goals to readme (de-code#30)

v0.2.1

Toggle v0.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
added args for source image size and fourcc (de-code#23)

* added args for source image size and fourcc

* slightly improved help text