google-coral / edgetpu

Coral issue tracker (and legacy Edge TPU API source)
https://coral.ai
Apache License 2.0
422 stars 124 forks source link

pose classification example doesn't get the test data #486

Closed cku239 closed 2 years ago

cku239 commented 2 years ago

Description

I'm trying to run the movenet_pose_estimation.py example.

It fails saying the tflite file is missing and yes it is.

I ran the bash command to get the files for movenet pose estimation example and it fails.

I ran the bash command without specifying a file to retrieve all the files for all the examples. This retrieves the files for the other examples but not for pose classification example.

Click to expand! ### Issue Type Bug ### Operating System Ubuntu ### Coral Device USB Accelerator ### Other Devices _No response_ ### Programming Language Python 3.8 ### Relevant Log Output ```shell "bash examples/install_requirements.sh movenet_pose_estimation.py Usage: install_requirements.sh [filename] Provide the name of an example file in this directory to download only the files required for that example. If no filename provided, it downloads all example files. All files go into the pycoral/test_data/ directory." ```
manoj7410 commented 2 years ago

@cku239 Can you please paste the complete error to take a look on ? Please mention the project or repo from which you are following the instructions.

hjonnala commented 2 years ago

@cku239 we need to update install_requirements.sh. Meanwhile you can get test_data/movenet_single_pose_lightning_ptq_edgetpu.tflite andtest_data/squat.bmp form this test_data_repo.

manoj7410 commented 2 years ago

@cku239 This has been fixed. Please try to run the demo again.

google-coral-bot[bot] commented 2 years ago

Are you satisfied with the resolution of your issue? Yes No