Git Product home page Git Product logo

uav-gesture-control_python's People

Contributors

robertgcniu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

uav-gesture-control_python's Issues

AttributeError: 'module' object has no attribute 'OpenPose'

Hello, when I run python2 video_effect.py under the dir ~/openpose/build/examples/tutorial_api_python, there existed a problem
Traceback (most recent call last): File "video_effect.py", line 38, in <module> openpose = op.OpenPose(params) AttributeError: 'module' object has no attribute 'OpenPose'
the dir"tutorial_api_python" is the dir of your project"tutorial_python".
I have build openpose correctly and passed the test in quick start of https://github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/doc/quick_start.md#quick-start .
Then I find an code named "openpose.py" in /home/yhh/openpose/build/examples/tutorial_api_python/python/openpose , where there defines an class object "OpenPose". How can I handle it to solve the AttributeError above?
Thank you and Thank you for your work.

Cmake error:The following variables are used in this project, but they are set to NOTFOUD

Hi, there,
When I use CMake GUI and make sure the souse code directory is /openpose, this error occured and all the mothods I gooled don't help.

My OS: win10

it's like this:
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
Caffe_LIB
linked by target "openpose" in directory C:/Tello/openpose/src/openpose
linked by target "Calibration" in directory C:/Tello/openpose/examples/calibration
linked by target "OpenPoseDemo" in directory C:/Tello/openpose/examples/openpose
linked by target "1_custom_post_processing" in directory C:/Tello/openpose/examples/tutorial_add_module
linked by target "01_body_from_image_default" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "02_whole_body_from_image_default" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "08_heatmaps_from_image" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "03_keypoints_from_image" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "12_asynchronous_custom_input_output_and_datum" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "05_keypoints_from_images_multi_gpu" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "04_keypoints_from_images" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "06_face_from_image" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "07_hand_from_image" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "09_keypoints_from_heatmaps" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "10_asynchronous_custom_input" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "11_asynchronous_custom_output" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "13_synchronous_custom_input" in directory C:/Tello/openpose/examples/tutorial_api_cpp
linked by target "17_synchronous_custom_all_and_datum" in directory

Thank you.

Feactures related to the selection of KNN

hi,First of all,thank you for sharing. I have some problems about choosing feature?
i found that your used (x2-x1),(y2-y1)/(|x2-x1| + |y2-y1|)as the feature. why this can distinguish between different pose ? I think this aboved parameters cound't represent.

關於openpose與程式版本不同的問題

如題,我試過了很多辦法卻還是無法順利執行程式,我朋友指出問題為openpose版本不同所致,但作為一個程式新手實在不知道該如何修改程式。還請大老幫幫我。感謝

一点问题

想请问如何执行video_effect.py这个档案,以及请将文件“ /python_tutorial”复制到计算机路径“ openpose / build / examples / python_tutorial”分别是指tutorial_python与tutorial_api_python吗?
又或者是我有遗漏掉了什么文件呢?
74978106_2280314355599844_7058720103197573120_n

關於使用openpose1.4.0依然出現問題

嗨!又是我 在經過無數次測試之後我參考了Tame7790的問題,改用openpose1.4.0進行測試結果得到以下的結果
2019-12-12 17-52-45 的螢幕擷圖
請問大大這個問題該如何解決?

備註:在cmake有句選Build_Python,OpenPose Demo也能順利運行

video_effect lost response

I‘m so sorry that I have another problem. When I run the video_effect, it lost response and then stop runnning. So can you tell me what should I do? Thanks a lot.
image

About Pose Detection by the Camera of Tello

Can you tell me the detailed steps, like after copy the files what should I do? My openpose can't use the tello's video. I can only open the openposeDemo and video.py Individually.

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.