We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are so many pose estimation models on imgclsmob repo. I'll collect the model's link and mobile models converted to .tflite format.
.tflite
.h5
(1,224,224,3)
(1,56,56,17)
(1,28,28,57)
(1,28,28,114)
https://github.com/osmr/imgclsmob/tree/v0.0.460/tensorflow2#coco-keypoints-detection
https://github.com/osmr/imgclsmob/blob/bb5532e21ff27689e9f1dc133d86933b04396a1c/examples/convert_tf2_to_tfl.py
python convert_tf2_to_tfl.py \ --model lwopenpose2d_mobilenet_cmupan_coco \ --output-dir /home/outputs/pose/tflite;
The text was updated successfully, but these errors were encountered:
Support simple baseline pose estimation model provied by imgclsmob re…
5dae993
…po (#59)
tucan9389
No branches or pull requests
There are so many pose estimation models on imgclsmob repo. I'll collect the model's link and mobile models converted to
.tflite
format..h5
)(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,56,56,17)
(1,224,224,3)
(1,28,28,57)
(1,224,224,3)
(1,28,28,114)
Model Source
https://github.com/osmr/imgclsmob/tree/v0.0.460/tensorflow2#coco-keypoints-detection
TFLite Converting Script
https://github.com/osmr/imgclsmob/blob/bb5532e21ff27689e9f1dc133d86933b04396a1c/examples/convert_tf2_to_tfl.py
Sample Command
python convert_tf2_to_tfl.py \ --model lwopenpose2d_mobilenet_cmupan_coco \ --output-dir /home/outputs/pose/tflite;
The text was updated successfully, but these errors were encountered: