首页 > 系统相关 >安装openpose,Ubuntu

安装openpose,Ubuntu

时间:2022-12-25 16:45:14浏览次数:76  
标签:src Ubuntu caffe build error release 安装 your openpose

安装挺简单的,可以照着这个来
官方教程

git clone https://github.com/CMU-Perceptual-Computing-Lab/openpose
cd openpose/
git submodule update --init --recursive --remote
cd {OpenPose_folder}
mkdir build/
cd build/
cmake ..
make -j`nproc`

遇见问题1:
Caffe下载速度慢
Caffe will be downloaded from source now. NOTE: This process might take several minutes depending
on your internet connection.
解决方法:
链接:https://pan.baidu.com/s/1ZWxRVqD_7LeMDMFifRukOA
提取码:74pj

遇见问题2:
In file included from .build_release/src/caffe/proto/caffe.pb.cc:5:0:
.build_release/src/caffe/proto/caffe.pb.h:12:2: error: #error This file was generated by a newer version of protoc which is
#error This file was generated by a newer version of protoc which is
^
.build_release/src/caffe/proto/caffe.pb.h:13:2: error: #error incompatible with your Protocol Buffer headers. Please update
#error incompatible with your Protocol Buffer headers. Please update
^
.build_release/src/caffe/proto/caffe.pb.h:14:2: error: #error your headers.
#error your headers.
^
...
解决方法:
conda uninstall libprotobuf

标签:src,Ubuntu,caffe,build,error,release,安装,your,openpose
From: https://www.cnblogs.com/Guang-Jun/p/17004193.html

相关文章

  • 推荐-centos7安装高版本python3.10
    前言如果在centos7上编译安装python3.7以上版本,ssl功能会出问题,因为python3.7以后需要更高版本的openssl支持,这样的话,就需要提前编译安装高版本的openssl,比如1.1.1系列,这......
  • 关于 更换JDK时安装出错
    工具:JDK8问题:安装JDK并将环境变量配好后,DOS窗口测试时出现 Error:couldnotopen`D:\disposition\Java\java-jre\lib\amd64\jvm.cfg'解决方案1、找到原先J......
  • MQTT.fx客户端的安装及开始
    MQTT.fx客户端的安装及开始下载:官网:http://mqttfx.org最新版本,但是需要安装许可证,只能免费试用三个月百度网盘:只有1.7的版本,无需许可证(推荐)Windows版(64位)ht......
  • 安装GDB-ImageWatch ,在QT中查看图像
    GDB_ImageWatch是在Linux下基于QT编写图像处理程序的调试程序。由于并非像ImageWatch一样由官方提供,而是在github上以代码的方式进行提供,我们在使用的时候需要自己编......
  • ffmpeg+libmp3lame库安装(linux)
    1.安装lame(libmp3fame的安装包)下载链接:https://sourceforge.net/projects/lame/files/lame/这里下载的文件版本为lame-3.100.tar.gz编译并安装tar-zxflame-3.100......
  • CentOS7安装Docker步骤
    一、配置要求系统:Centos7Linux内核:建议3.10以上1.查看当前的内核版本  2.更新yum包(使用root权限,生产环境中此步操作需慎重)  yum-yupdata  #升级......
  • OpenCV自带dnn的Example研究(4)— openpose
    ​​https://docs.opencv.org/master/examples.html​​下的6个文件,看看在最新的OpenCV中,它们是如何发挥作用的。在配置使用的过程中,需要注意使用较高......
  • 【软硬件环境配置】ubuntu20.04系统安装VMware虚拟机和ubuntu18.04
    前言操作步骤1. ​​下载虚拟机​​;下载最新版本的VmwareworkstationPro17;​​WindowsVM|WorkstationPro|VMware​​2.下载​​ubuntu18.04镜像​​;​​UbuntuRe......
  • Selenium - Selenium IDE的安装与使用
    before SeleniumIDE的web录制功能一直深受测试人员的喜爱,能将我们的操作动作录制下来并且能保存成相应的代码。较为方便。目前来说啊,可以有三种情况选择:谷歌商店搜索​​s......
  • linux与shell 9.安装软件(Debian)
    了解aptaptlist列出所有可用安装包apt--installedlist列出已安装安装包[是否已安装,是否自动升级]aptshowpackage_name安装软件详细信息dpkg-lpackage_name......