You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have setup the OpenPose as instructed. I tried testBinary and it played a video with poses in it. Meaning OpenPose is setup correctly but unity is keep crashing and giving me error which is mentioned below:
OP_Error:
Error occurred on a thread. OpenPose closed all its threads and then propagated the error to the main thread. Error description:
Caffe trained model file not found: D:\Unity-Try-on\openpose_unity_plugin\OpenPosePlugin\Assets\StreamingAssets\models\pose/body_25/pose_iter_584000.caffemodel.
Possible causes:
1. Not downloading the OpenPose trained models.
2. Not running OpenPose from the same directory where the model folder is located.
3. Using paths with spaces.
Hello, I have setup the OpenPose as instructed. I tried testBinary and it played a video with poses in it. Meaning OpenPose is setup correctly but unity is keep crashing and giving me error which is mentioned below:
OP_Error:
Error occurred on a thread. OpenPose closed all its threads and then propagated the error to the main thread. Error description:
Caffe trained model file not found: D:\Unity-Try-on\openpose_unity_plugin\OpenPosePlugin\Assets\StreamingAssets\models\pose/body_25/pose_iter_584000.caffemodel.
Possible causes:
1. Not downloading the OpenPose trained models.
2. Not running OpenPose from the same directory where the
model
folder is located.3. Using paths with spaces.
Coming from:
UnityEngine.Debug:LogError(Object)
OpenPose.OPWrapper:m__0(String, Int32) (at Assets/OpenPose/Modules/Scripts/OPWrapper.cs:231)
OpenPose.OPBind:_OPRun()
OpenPose.OPWrapper:OPExecuteThread() (at Assets/OpenPose/Modules/Scripts/OPWrapper.cs:268)
Unity version: 2018.4.15f1
Kindly let me know what am I missing.
The text was updated successfully, but these errors were encountered: