Skip to content
New issue

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

Alter the README.md in pose_estimation/raspberry_pi #464

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ChenBingWei1201
Copy link

I executed the TensorFlow pose_estimation.py on my raspberry pi 4 last weekend. However, an error popped out when I added --model_name movenet_multipose behind pose_estimation.py. It said --model model_name. After reviewing the code in pose_estimation.py(line 161), I finally realized that the error is --model_name. Additionally, a similar problem occurred when I added classifier classifier behind the file. It is classifier classifier.tflite actually. Therefore, I want to replace --model_name with --model and classifier classifier with classifier classifier.tflite so that maybe it will be more user-friendly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review size:XS CL Change Size: Extra Small
Projects
None yet
2 participants