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

OpenPose sprites not getting rendered inside Unity Editor in Windows10 #17

Closed
RaymondDixon opened this issue Mar 13, 2019 · 2 comments
Closed
Labels
bug/typo Something isn't working

Comments

@RaymondDixon
Copy link

Posting rules

  1. Duplicated posts will not be answered. Check the FAQ section, other GitHub issues, and general documentation before posting. E.g., low-speed, out-of-memory, output format, 0-people detected, installation issues, ...).
  2. Fill the Your System Configuration section (all of it or it will not be answered!) if you are facing an error or unexpected behavior. Feature requests or some other type of posts might not require it.
  3. No questions about OpenPose or 3rd party libraries:
    • OpenPose-related issues should check the official OpenPose GitHub repository.
    • Caffe errors/issues, check Caffe documentation.
    • CUDA check failed errors: They are usually fixed by re-installing CUDA, then re-installing the proper cuDNN version, and then re-compiling (or re-installing) OpenPose. Otherwise, check for help in CUDA forums.
    • OpenCV errors: Install the default/pre-compiled OpenCV or check for online help.
  4. Set a proper issue title: add the Ubuntu/Windows keyword and be specific (e.g., do not call it: Error).
  5. Only English comments.
    Posts which do not follow these rules will be ignored, closed, or reported with no further clarification.

Issue Summary

While running Demo.scene the pose sprites are not getting rendered, instead getting a grey image in Unity Canvas.

Executed Command (if any)

Didnt execute any command. Downloaded the Plugins and models.

OpenPose Output (if any)

Errors (if any)

Type of Issue

You might select multiple topics, delete the rest:

  • Compilation/installation error
  • Execution error
  • Help wanted
  • Question
  • Enhancement / offering possible extensions / pull request / etc
  • Other (type your own type)

Your System Configuration

  1. Whole console output (if errors appeared), paste the error to PasteBin and then paste the link here: LINK

Didnt get any Errors

  1. OpenPose version: OpenPose Unity Plugin default? Or specific commit (e.g., d52878f)? Or specific version from Release section (e.g., 1.5.0)?

Default from OpenPose Unity Plugin

  1. General configuration:

    • Operating system (lsb_release -a in Ubuntu): Windows 10
    • Release or Debug mode? (by default: release): Release
    • Compiler (gcc --version in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...? VS2015 Enterprise Update 3
  2. Non-default settings:

    • Any custom OpenPose configuration with respect to the default version? (by default: no): No
  3. 3rd-party software:

    • Caffe version: Default from OpenPose, custom version, ...? Default
    • OpenCV version: pre-compiled apt-get install libopencv-dev (only Ubuntu); OpenPose default (only Windows); compiled from source? If so, 2.4.9, 2.4.12, 3.1, 3.2?; ...? OpenPose default (only Windows)
  4. If GPU mode issue:

    • CUDA version (cat /usr/local/cuda/version.txt in most cases): release 9.0, V9.0.176
    • cuDNN version:
    • GPU model (nvidia-smi in Ubuntu): Nvidia 1080
  5. If CPU-only mode issue:

    • CPU brand & model:
    • Total RAM memory available:
  6. If Windows system:

    • Default OpenPose DLL or Portable demo or compiled library? Default OpenPose DLL
  7. If speed performance issue:

    • Run the OpenPose binaries and report the OpenPose timing speed based on this link.

After cloning the Repo, after downloading the models and Plugins. Using Unity 2018.1.6.f1(64bit) inside Editor While running the Demo.scene On Unity game view i get only grey image on the canvas and the skeleton sprites are not getting rendered. I am not getting any Errors in console. But when i checked the Gameobjects hierarchy i found it as below

OpenPose
OrthoCamera
Canvas
     BackgroundImage
     OpenPoseLogo
     FPS
     People
     HumanContainer
          Missing Prefab
          Missing Prefab
          Missing Prefab
          Missing Prefab
          Missing Prefab
    Control
EventSystem

I think the child of HumanContainer Game Object are missing some prefab. I followed and downloaded the Plugins and models and the entire repo multiple times under new Unity project. Still getting only Grey image in the Unity Editor Game view. But the actual OpenPose Release binaries are working with webcam and video input in my system. But OpenPose Unity plugin is not working. Please help how to proceed from current status.

@ZiuTinyat
Copy link
Collaborator

Missing prefab? I think it might be some linking error in Unity.

Anyway try this: there should be five Human2D_Body25 gameObjects under HumanContainer. The prefab can be found in Assets\OpenPose\Examples\Prefabs. Try replacing the missing prefabs with that.

@ZiuTinyat ZiuTinyat added the bug/typo Something isn't working label Mar 15, 2019
@ZiuTinyat
Copy link
Collaborator

The issue is closed until further following up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug/typo Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants