Closed RaymondDixon closed 5 years ago
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.
The issue is closed until further following up.
Posting rules
Error
).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:
Your System Configuration
Didnt get any Errors
Release
section (e.g., 1.5.0)?Default from OpenPose Unity Plugin
General configuration:
lsb_release -a
in Ubuntu): Windows 10gcc --version
in Ubuntu or VS version in Windows): 5.4.0, ... (Ubuntu); VS2015 Enterprise Update 3, VS2017 community, ... (Windows); ...? VS2015 Enterprise Update 3Non-default settings:
3rd-party software:
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)If GPU mode issue:
cat /usr/local/cuda/version.txt
in most cases): release 9.0, V9.0.176nvidia-smi
in Ubuntu): Nvidia 1080If CPU-only mode issue:
If Windows system:
If speed performance issue:
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
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.