-
Notifications
You must be signed in to change notification settings - Fork 68
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
Mediapipe pose use instead of openpose #4
Comments
Hi, I'll add a workaround for this in the next few days. Until that, you can use the following solution and copy the necessary OpenPose models' files from the Kaggle repository: |
@sergeyprokudin can you please make a video running the Google colaboratory versions and post it on you tube. So that the process where we get struck.. we can replicate your steps for overcoming the problems. Screen capture video. |
Hi @1kaiser! I might add it later, but for now, you can simply tell me at which cell you start experiencing problems. I just checked the latest Colab demo and it runs OK. |
Okay, i will try. |
error from last cell
_ after running this ::_`# @title Make train-test-validation splits, copy data to final folders import shutil train_ratio = 0.9 #@param final_zip_path = '/content/gdrive/MyDrive/PRINT/G/kaiser/images/smplpix_data_test.zip' # @param {type:"string"} target_images_path = '/content/data/smplifyx_results/input_images' smplpix_data_path = '/content/smplpix_data' train_input_dir = os.path.join(smplpix_data_path, 'train', 'input') !mkdir -p $train_input_dir img_names = sorted(os.listdir(target_images_path)) for img in train_images: for img in val_images: for img in test_images: %cd /content error
|
this looks like a SMPLify-X error. Are you experiencing it when running the code on demo data or your own? |
Own data |
I would recommend then creating an issue at the SMPLify-X repository. It is highly likely that the optimisation is failing on your input frames for some reason (e.g. bad OpenPose detections). |
Ok i will try with high quality data, thanks 🙏🏻 |
Did you manage to get MediaPipe connected? Mind sharing your Colab notebook? |
Media pipe pose use instead of open pose because it throws building error
https://colab.research.google.com/drive/1uCuA6We9T5r0WljspEHWPHXCT_2bMKUy
https://google.github.io/mediapipe/solutions/holistic
The text was updated successfully, but these errors were encountered: