EnoxSoftware / OpenCVForUnity

OpenCV for Unity (Untiy Asset Plugin)
https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088
550 stars 172 forks source link

OpenPose Example is not appear in new version? #167

Open Another5405 opened 11 months ago

Another5405 commented 11 months ago

Hi, I want to test OpenPose and compare the result my self, I did some search and know the old version had OpenPose: https://github.com/Hengle/OpenCVForUnity-1/blob/master/Assets/OpenCVForUnity/Examples/MainModules/dnn/CaffeExample/OpenPoseExample.cs

And that replace by ONNX https://github.com/EnoxSoftware/OpenCVForUnity/issues/121

but I do need OpenPose to get accurate data, no need to use for real-time processing. Is it possible to bring OpenPose back? Thank you.