Giter Club home page Giter Club logo

Comments (8)

ideo65 avatar ideo65 commented on June 26, 2024

Hi,
I still have difficulties to make video2bvh works as I mentionned above, if anyone can help me, it would be great, I'm not expert with Jupyter Notebook
Thanks again !

from video2bvh.

KevinLTT avatar KevinLTT commented on June 26, 2024

Sorry, I've never encountered this problem before. Maybe you can ask OpenPose for help.

from video2bvh.

ideo65 avatar ideo65 commented on June 26, 2024

Thank you for answering my question, I'll ask them but I'm not sure they can help me about a project they didn't create like video2bvh
But can you just tell me if my structure should be able to work (see the screenshot), both folders "openpose" and "video2bvh" are in the root when I launch Jupyter Notebook

screen

from video2bvh.

KevinLTT avatar KevinLTT commented on June 26, 2024

Did you install the openpose python module?

from video2bvh.

ideo65 avatar ideo65 commented on June 26, 2024

Yes, I think that's my problem, I can't see this module, I try to install it but I'm facing issues
thanks for your answer

from video2bvh.

ideo65 avatar ideo65 commented on June 26, 2024

I think the problem is because I'm on Mac OS, and the path to this module is not the same (on Mac OS /usr/local/python), but I don't see where I can modify it in your file.

from video2bvh.

KevinLTT avatar KevinLTT commented on June 26, 2024

See https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/installation.md#python-api for help.
The only thing you need to specify in this project about OpenPose is the OpenPose model folder path.
e2d = openpose_estimator.OpenPoseEstimator(model_folder='/openpose/models/')

from video2bvh.

ideo65 avatar ideo65 commented on June 26, 2024

I finally solved my problem by adding these lines in the file pose_estimator_2d.py :
import sys
sys.path.append('/usr/local/python');
Maybe it can help some MacOs users

Now I have a problem with Pytorch installation (during "Estimate 3D pose from 2D pose" step):
---> 47 raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled

I think I need to re-install it

from video2bvh.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.