当前位置:网站首页>Openpose Unity 插件部署教程
Openpose Unity 插件部署教程
2022-07-24 05:22:00 【一只小EZ】
官方链接见: https://github.com/CMU-Perceptual-Computing-Lab/openpose_unity_plugin
官方安装文档:https://github.com/CMU-Perceptual-Computing-Lab/openpose_unity_plugin/blob/master/doc/installation.md
官方安装条件
(要求已经配置好Openpose,具体见Openpose1.5.0+VS2017+CUDA10+cuDNN7.5+WIN10安装教程):
操作系统:Windows 7, 8, 10.
OpenPose版本:OpenPose-1.5.0及以上
Untiy3D版本: 2018.3, 2018.4.
笔者的安装条件:
操作系统:Windows 10
OpenPose版本:OpenPose-1.5.0
Untiy3D版本: 2018.4.0f1
第一步: git clone /解压 文件夹至Openpose的build文件夹下(build文件夹下有编译好的环境,其他文件夹笔者没有尝试)
第二步: 打开运行 getPlugins.bat. 和getModels.bat两个文件
注:笔者getModels.bat运行时有几个模型没有下载成功,会导致unity插件无法运行,从Openpose的model文件夹下把对应空缺的模型拷贝过来即可
第三步: 打开 OpenPosePlugin/Assets/OpenPose/Examples/Scenes/ 下的Demo.unity文件
运行即可
运行结果:
边栏推荐
- 谷歌/火狐浏览器管理后台新增账号时用户名密码自动填入的问题
- Day2 websocket+ sort
- Deepsort summary
- Machine learning (Zhou Zhihua) Chapter 4 notes on learning experience of decision tree
- Foundation of JUC concurrent programming (7) -- multithread lock
- STM32 DSP library MDK vc5\vc6 compilation error: 256, (const float64_t *) twiddlecoeff64_ 256, armBitRevIndexTableF64_ 256,
- Foundation of JUC concurrent programming (8) -- read write lock
- 比较好的CV链接收藏(动态更新)
- 【数据库系统原理】第四章 高级数据库模型:统一建模语言UML、对象定义语言ODL
- day6-jvm
猜你喜欢

JUC并发编程基础(6)--Lock锁

Thymeleaf quick start learning

碰壁记录(持续更新)

数组常用方法

Write the list to txt and directly remove the comma in the middle

【USB Host】STM32H7 CubeMX移植带FreeRTOS的USB Host读取U盘,USBH_Process_OS卡死问题,有个值为0xA5A5A5A5

Deepsort summary

MySql下载,及安装环境设置
![[USB host] stm32h7 cubemx porting USB host with FreeRTOS to read USB disk, usbh_ Process_ The OS is stuck. There is a value of 0xa5a5a5](/img/be/b7723920f0e81e8699bb26dd1c0fe5.png)
[USB host] stm32h7 cubemx porting USB host with FreeRTOS to read USB disk, usbh_ Process_ The OS is stuck. There is a value of 0xa5a5a5

【深度学习】手把手教你写“手写数字识别神经网络“,不使用任何框架,纯Numpy
随机推荐
Day-7 JVM end
STM32标准外设库(标准库)官网下载方法,附带2021最新标准固件库下载链接
The kernel apps to have died. it will restart automatically
使用Keras实现CNN+BiLSTM+Attention的多维(多变量)时间序列预测
Thymeleaf快速入门学习
原生js放大镜效果
顺序栈 C语言 进栈 出栈 遍历
[principles of database system] Chapter 5 algebra and logic query language: package, extension operator, relational logic, relational algebra and datalog
Pytorch single machine multi card distributed training
CRC-16 Modbus代码
JDBC elementary learning ------ (learning from Shang Silicon Valley)
Foundation of JUC concurrent programming (1) -- related basic concepts
餐饮数据统计分析---泰迪云课程大作业
Answers and analysis of some after-school exercises in signals and systems (Wujing)
[MYCAT] MYCAT configuration file
Write the list to txt and directly remove the comma in the middle
Qt新建工程简介
Unity Shader :实现漫反射与高光反射
Foundation of JUC concurrent programming (8) -- read write lock
C language linked list (create, traverse, release, find, delete, insert a node, sort, reverse order)