tf2-mobile-2d-single-pose-estimation
tf2-mobile-2d-single-pose-estimation copied to clipboard
:dancer: Pose estimation for iOS and android using TensorFlow 2.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.5 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.3.2 to 2.7.2. Release notes Sourced from tensorflow's releases. TensorFlow 2.7.2 Release 2.7.2 This releases introduces several vulnerability fixes: Fixes a code injection in saved_model_cli (CVE-2022-29216) Fixes...
I use Colab to retrain with custom data. I noticed that after saving the model (5000 steps), I see an increase in the amount of RAM. It could also be...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@radarhere, @hugovk] Restrict builtins within...
Bumps [ipython](https://github.com/ipython/ipython) from 7.21.0 to 7.31.1. Commits e321e76 release 7.31.1 67ca2b3 Merge pull request from GHSA-pq7m-3gw7-gq5x 2794330 back to dev be343e7 release 7.31.0 0fcf2c4 Merge pull request #13428 from meeseeksmachine/auto-backport-of-pr-13427-on-7.x...
I'm using the Pose Estimation model for Android, I was wondering how I can get the confidence value from a body point? I'm also using the iOS/CoreML model and it...
## Related script https://github.com/tucan9389/tf2-mobile-2d-single-pose-estimation/blob/82a01359820c1797505a13bc663df49b717cc696/train.py#L112-L125
``` Traceback (most recent call last): File "", line 1, in File "C:\Users\Harsh\anaconda3\envs\posewin\lib\multiprocessing\spawn.py", line 105, in spawn_main exitcode = main(fd) File "C:\Users\Harsh\anaconda3\envs\posewin\lib\multiprocessing\spawn.py", line 114, in main prepare(preparation_data) File "C:\Users\Harsh\anaconda3\envs\posewin\lib\multiprocessing\spawn.py", line...
Hi , i am training the model with coco dataset. i have .pb model and .tflite model could you please provide the python code sniplet for getting keypoints from those...
## Goal 🎯 Filtering COCO keypoint dataset to exist single person only and convert format